|
Machine_Learning_Core_STM32WL55/SHUBv3_MLC
|
Core Register type definitions. More...
Topics | |
| Nested Vectored Interrupt Controller (NVIC) | |
| Type definitions for the NVIC Registers. | |
Data Structures | |
| union | APSR_Type |
| Union type to access the Application Program Status Register (APSR). More... | |
| union | IPSR_Type |
| Union type to access the Interrupt Program Status Register (IPSR). More... | |
| union | xPSR_Type |
| Union type to access the Special-Purpose Program Status Registers (xPSR). More... | |
| union | CONTROL_Type |
| Union type to access the Control Registers (CONTROL). More... | |
Core Register type definitions.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 2021 of file core_armv81mml.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1100 of file core_armv8mbl.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1865 of file core_armv8mml.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 521 of file core_cm0.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 635 of file core_cm0plus.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 547 of file core_cm1.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1175 of file core_cm23.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1362 of file core_cm3.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1940 of file core_cm33.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1940 of file core_cm35p.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1532 of file core_cm4.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1755 of file core_cm7.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 644 of file core_sc000.h.
| #define _FLD2VAL | ( | field, | |
| value ) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) |
Mask and shift a register value to extract a bit filed value.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of register. This parameter is interpreted as an uint32_t type. |
Definition at line 1345 of file core_sc300.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 2013 of file core_armv81mml.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1092 of file core_armv8mbl.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1857 of file core_armv8mml.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 513 of file core_cm0.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 627 of file core_cm0plus.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 539 of file core_cm1.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1167 of file core_cm23.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1354 of file core_cm3.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1932 of file core_cm33.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1932 of file core_cm35p.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1524 of file core_cm4.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1747 of file core_cm7.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 636 of file core_sc000.h.
| #define _VAL2FLD | ( | field, | |
| value ) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) |
Mask and shift a bit field value for use in a register bit range.
| [in] | field | Name of the register bit field. |
| [in] | value | Value of the bit field. This parameter is interpreted as an uint32_t type. |
Definition at line 1337 of file core_sc300.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 339 of file core_armv81mml.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 254 of file core_armv8mbl.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 338 of file core_armv8mml.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 220 of file core_cm0.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 231 of file core_cm0plus.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 220 of file core_cm1.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 254 of file core_cm23.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 228 of file core_cm3.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 338 of file core_cm33.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 338 of file core_cm35p.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 283 of file core_cm4.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 298 of file core_cm7.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 226 of file core_sc000.h.
| #define APSR_C_Msk (1UL << APSR_C_Pos) |
APSR: C Mask
Definition at line 228 of file core_sc300.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 338 of file core_armv81mml.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 253 of file core_armv8mbl.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 337 of file core_armv8mml.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 219 of file core_cm0.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 230 of file core_cm0plus.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 219 of file core_cm1.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 253 of file core_cm23.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 227 of file core_cm3.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 337 of file core_cm33.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 337 of file core_cm35p.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 282 of file core_cm4.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 297 of file core_cm7.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 225 of file core_sc000.h.
| #define APSR_C_Pos 29U |
APSR: C Position
Definition at line 227 of file core_sc300.h.
| #define APSR_GE_Msk (0xFUL << APSR_GE_Pos) |
APSR: GE Mask
Definition at line 348 of file core_armv81mml.h.
| #define APSR_GE_Msk (0xFUL << APSR_GE_Pos) |
APSR: GE Mask
Definition at line 347 of file core_armv8mml.h.
| #define APSR_GE_Msk (0xFUL << APSR_GE_Pos) |
APSR: GE Mask
Definition at line 347 of file core_cm33.h.
| #define APSR_GE_Msk (0xFUL << APSR_GE_Pos) |
APSR: GE Mask
Definition at line 347 of file core_cm35p.h.
| #define APSR_GE_Msk (0xFUL << APSR_GE_Pos) |
APSR: GE Mask
Definition at line 292 of file core_cm4.h.
| #define APSR_GE_Msk (0xFUL << APSR_GE_Pos) |
APSR: GE Mask
Definition at line 307 of file core_cm7.h.
| #define APSR_GE_Pos 16U |
APSR: GE Position
Definition at line 347 of file core_armv81mml.h.
| #define APSR_GE_Pos 16U |
APSR: GE Position
Definition at line 346 of file core_armv8mml.h.
| #define APSR_GE_Pos 16U |
APSR: GE Position
Definition at line 346 of file core_cm33.h.
| #define APSR_GE_Pos 16U |
APSR: GE Position
Definition at line 346 of file core_cm35p.h.
| #define APSR_GE_Pos 16U |
APSR: GE Position
Definition at line 291 of file core_cm4.h.
| #define APSR_GE_Pos 16U |
APSR: GE Position
Definition at line 306 of file core_cm7.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 333 of file core_armv81mml.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 248 of file core_armv8mbl.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 332 of file core_armv8mml.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 214 of file core_cm0.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 225 of file core_cm0plus.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 214 of file core_cm1.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 248 of file core_cm23.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 222 of file core_cm3.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 332 of file core_cm33.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 332 of file core_cm35p.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 277 of file core_cm4.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 292 of file core_cm7.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 220 of file core_sc000.h.
| #define APSR_N_Msk (1UL << APSR_N_Pos) |
APSR: N Mask
Definition at line 222 of file core_sc300.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 332 of file core_armv81mml.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 247 of file core_armv8mbl.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 331 of file core_armv8mml.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 213 of file core_cm0.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 224 of file core_cm0plus.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 213 of file core_cm1.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 247 of file core_cm23.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 221 of file core_cm3.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 331 of file core_cm33.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 331 of file core_cm35p.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 276 of file core_cm4.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 291 of file core_cm7.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 219 of file core_sc000.h.
| #define APSR_N_Pos 31U |
APSR: N Position
Definition at line 221 of file core_sc300.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 345 of file core_armv81mml.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 344 of file core_armv8mml.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 234 of file core_cm3.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 344 of file core_cm33.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 344 of file core_cm35p.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 289 of file core_cm4.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 304 of file core_cm7.h.
| #define APSR_Q_Msk (1UL << APSR_Q_Pos) |
APSR: Q Mask
Definition at line 234 of file core_sc300.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 344 of file core_armv81mml.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 343 of file core_armv8mml.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 233 of file core_cm3.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 343 of file core_cm33.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 343 of file core_cm35p.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 288 of file core_cm4.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 303 of file core_cm7.h.
| #define APSR_Q_Pos 27U |
APSR: Q Position
Definition at line 233 of file core_sc300.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 342 of file core_armv81mml.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 257 of file core_armv8mbl.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 341 of file core_armv8mml.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 223 of file core_cm0.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 234 of file core_cm0plus.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 223 of file core_cm1.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 257 of file core_cm23.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 231 of file core_cm3.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 341 of file core_cm33.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 341 of file core_cm35p.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 286 of file core_cm4.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 301 of file core_cm7.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 229 of file core_sc000.h.
| #define APSR_V_Msk (1UL << APSR_V_Pos) |
APSR: V Mask
Definition at line 231 of file core_sc300.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 341 of file core_armv81mml.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 256 of file core_armv8mbl.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 340 of file core_armv8mml.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 222 of file core_cm0.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 233 of file core_cm0plus.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 222 of file core_cm1.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 256 of file core_cm23.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 230 of file core_cm3.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 340 of file core_cm33.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 340 of file core_cm35p.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 285 of file core_cm4.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 300 of file core_cm7.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 228 of file core_sc000.h.
| #define APSR_V_Pos 28U |
APSR: V Position
Definition at line 230 of file core_sc300.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 336 of file core_armv81mml.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 251 of file core_armv8mbl.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 335 of file core_armv8mml.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 217 of file core_cm0.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 228 of file core_cm0plus.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 217 of file core_cm1.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 251 of file core_cm23.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 225 of file core_cm3.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 335 of file core_cm33.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 335 of file core_cm35p.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 280 of file core_cm4.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 295 of file core_cm7.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 223 of file core_sc000.h.
| #define APSR_Z_Msk (1UL << APSR_Z_Pos) |
APSR: Z Mask
Definition at line 225 of file core_sc300.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 335 of file core_armv81mml.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 250 of file core_armv8mbl.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 334 of file core_armv8mml.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 216 of file core_cm0.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 227 of file core_cm0plus.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 216 of file core_cm1.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 250 of file core_cm23.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 224 of file core_cm3.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 334 of file core_cm33.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 334 of file core_cm35p.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 279 of file core_cm4.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 294 of file core_cm7.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 222 of file core_sc000.h.
| #define APSR_Z_Pos 30U |
APSR: Z Position
Definition at line 224 of file core_sc300.h.
| #define CONTROL_FPCA_Msk (1UL << CONTROL_FPCA_Pos) |
CONTROL: FPCA Mask
Definition at line 441 of file core_armv81mml.h.
| #define CONTROL_FPCA_Msk (1UL << CONTROL_FPCA_Pos) |
CONTROL: FPCA Mask
Definition at line 440 of file core_armv8mml.h.
| #define CONTROL_FPCA_Msk (1UL << CONTROL_FPCA_Pos) |
CONTROL: FPCA Mask
Definition at line 440 of file core_cm33.h.
| #define CONTROL_FPCA_Msk (1UL << CONTROL_FPCA_Pos) |
CONTROL: FPCA Mask
Definition at line 440 of file core_cm35p.h.
| #define CONTROL_FPCA_Msk (1UL << CONTROL_FPCA_Pos) |
CONTROL: FPCA Mask
Definition at line 385 of file core_cm4.h.
| #define CONTROL_FPCA_Msk (1UL << CONTROL_FPCA_Pos) |
CONTROL: FPCA Mask
Definition at line 400 of file core_cm7.h.
| #define CONTROL_FPCA_Pos 2U |
CONTROL: FPCA Position
Definition at line 440 of file core_armv81mml.h.
| #define CONTROL_FPCA_Pos 2U |
CONTROL: FPCA Position
Definition at line 439 of file core_armv8mml.h.
| #define CONTROL_FPCA_Pos 2U |
CONTROL: FPCA Position
Definition at line 439 of file core_cm33.h.
| #define CONTROL_FPCA_Pos 2U |
CONTROL: FPCA Position
Definition at line 439 of file core_cm35p.h.
| #define CONTROL_FPCA_Pos 2U |
CONTROL: FPCA Position
Definition at line 384 of file core_cm4.h.
| #define CONTROL_FPCA_Pos 2U |
CONTROL: FPCA Position
Definition at line 399 of file core_cm7.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 447 of file core_armv81mml.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 336 of file core_armv8mbl.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 446 of file core_armv8mml.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 313 of file core_cm0plus.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 336 of file core_cm23.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 325 of file core_cm3.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 446 of file core_cm33.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 446 of file core_cm35p.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 391 of file core_cm4.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 406 of file core_cm7.h.
| #define CONTROL_nPRIV_Msk (1UL /*<< CONTROL_nPRIV_Pos*/) |
CONTROL: nPRIV Mask
Definition at line 325 of file core_sc300.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 446 of file core_armv81mml.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 335 of file core_armv8mbl.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 445 of file core_armv8mml.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 312 of file core_cm0plus.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 335 of file core_cm23.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 324 of file core_cm3.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 445 of file core_cm33.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 445 of file core_cm35p.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 390 of file core_cm4.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 405 of file core_cm7.h.
| #define CONTROL_nPRIV_Pos 0U |
CONTROL: nPRIV Position
Definition at line 324 of file core_sc300.h.
| #define CONTROL_SFPA_Msk (1UL << CONTROL_SFPA_Pos) |
CONTROL: SFPA Mask
Definition at line 438 of file core_armv81mml.h.
| #define CONTROL_SFPA_Msk (1UL << CONTROL_SFPA_Pos) |
CONTROL: SFPA Mask
Definition at line 437 of file core_armv8mml.h.
| #define CONTROL_SFPA_Msk (1UL << CONTROL_SFPA_Pos) |
CONTROL: SFPA Mask
Definition at line 437 of file core_cm33.h.
| #define CONTROL_SFPA_Msk (1UL << CONTROL_SFPA_Pos) |
CONTROL: SFPA Mask
Definition at line 437 of file core_cm35p.h.
| #define CONTROL_SFPA_Pos 3U |
CONTROL: SFPA Position
Definition at line 437 of file core_armv81mml.h.
| #define CONTROL_SFPA_Pos 3U |
CONTROL: SFPA Position
Definition at line 436 of file core_armv8mml.h.
| #define CONTROL_SFPA_Pos 3U |
CONTROL: SFPA Position
Definition at line 436 of file core_cm33.h.
| #define CONTROL_SFPA_Pos 3U |
CONTROL: SFPA Position
Definition at line 436 of file core_cm35p.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 444 of file core_armv81mml.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 333 of file core_armv8mbl.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 443 of file core_armv8mml.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 299 of file core_cm0.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 310 of file core_cm0plus.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 299 of file core_cm1.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 333 of file core_cm23.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 322 of file core_cm3.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 443 of file core_cm33.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 443 of file core_cm35p.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 388 of file core_cm4.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 403 of file core_cm7.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 305 of file core_sc000.h.
| #define CONTROL_SPSEL_Msk (1UL << CONTROL_SPSEL_Pos) |
CONTROL: SPSEL Mask
Definition at line 322 of file core_sc300.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 443 of file core_armv81mml.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 332 of file core_armv8mbl.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 442 of file core_armv8mml.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 298 of file core_cm0.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 309 of file core_cm0plus.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 298 of file core_cm1.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 332 of file core_cm23.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 321 of file core_cm3.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 442 of file core_cm33.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 442 of file core_cm35p.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 387 of file core_cm4.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 402 of file core_cm7.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 304 of file core_sc000.h.
| #define CONTROL_SPSEL_Pos 1U |
CONTROL: SPSEL Position
Definition at line 321 of file core_sc300.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE ) |
Core Debug configuration struct
Definition at line 2050 of file core_armv81mml.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE ) |
Core Debug configuration struct
Definition at line 1127 of file core_armv8mbl.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE ) |
Core Debug configuration struct
Definition at line 1894 of file core_armv8mml.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE ) |
Core Debug configuration struct
Definition at line 1202 of file core_cm23.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
Core Debug configuration struct
Definition at line 1391 of file core_cm3.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE ) |
Core Debug configuration struct
Definition at line 1969 of file core_cm33.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE ) |
Core Debug configuration struct
Definition at line 1969 of file core_cm35p.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
Core Debug configuration struct
Definition at line 1561 of file core_cm4.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
Core Debug configuration struct
Definition at line 1784 of file core_cm7.h.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
Core Debug configuration struct
Definition at line 1374 of file core_sc300.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 2038 of file core_armv81mml.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1116 of file core_armv8mbl.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1882 of file core_armv8mml.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1191 of file core_cm23.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1379 of file core_cm3.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1957 of file core_cm33.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1957 of file core_cm35p.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1549 of file core_cm4.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1772 of file core_cm7.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1362 of file core_sc300.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Definition at line 1982 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Definition at line 1061 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Definition at line 1826 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Definition at line 1136 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Definition at line 1901 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPIDEN Mask
Definition at line 1901 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos 1U |
CoreDebug DAUTHCTRL: INTSPIDEN Position
Definition at line 1981 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos 1U |
CoreDebug DAUTHCTRL: INTSPIDEN Position
Definition at line 1060 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos 1U |
CoreDebug DAUTHCTRL: INTSPIDEN Position
Definition at line 1825 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos 1U |
CoreDebug DAUTHCTRL: INTSPIDEN Position
Definition at line 1135 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos 1U |
CoreDebug DAUTHCTRL: INTSPIDEN Position
Definition at line 1900 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_INTSPIDEN_Pos 1U |
CoreDebug DAUTHCTRL: INTSPIDEN Position
Definition at line 1900 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Definition at line 1976 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Definition at line 1055 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Definition at line 1820 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Definition at line 1130 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Definition at line 1895 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Msk (1UL << CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos) |
CoreDebug DAUTHCTRL: INTSPNIDEN, Mask
Definition at line 1895 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos 3U |
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Definition at line 1975 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos 3U |
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Definition at line 1054 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos 3U |
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Definition at line 1819 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos 3U |
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Definition at line 1129 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos 3U |
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Definition at line 1894 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_INTSPNIDEN_Pos 3U |
CoreDebug DAUTHCTRL: INTSPNIDEN, Position
Definition at line 1894 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/) |
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Definition at line 1985 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/) |
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Definition at line 1064 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/) |
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Definition at line 1829 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/) |
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Definition at line 1139 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/) |
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Definition at line 1904 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Msk (1UL /*<< CoreDebug_DAUTHCTRL_SPIDENSEL_Pos*/) |
CoreDebug DAUTHCTRL: SPIDENSEL Mask
Definition at line 1904 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos 0U |
CoreDebug DAUTHCTRL: SPIDENSEL Position
Definition at line 1984 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos 0U |
CoreDebug DAUTHCTRL: SPIDENSEL Position
Definition at line 1063 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos 0U |
CoreDebug DAUTHCTRL: SPIDENSEL Position
Definition at line 1828 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos 0U |
CoreDebug DAUTHCTRL: SPIDENSEL Position
Definition at line 1138 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos 0U |
CoreDebug DAUTHCTRL: SPIDENSEL Position
Definition at line 1903 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_SPIDENSEL_Pos 0U |
CoreDebug DAUTHCTRL: SPIDENSEL Position
Definition at line 1903 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos) |
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Definition at line 1979 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos) |
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Definition at line 1058 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos) |
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Definition at line 1823 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos) |
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Definition at line 1133 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos) |
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Definition at line 1898 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Msk (1UL << CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos) |
CoreDebug DAUTHCTRL: SPNIDENSEL Mask
Definition at line 1898 of file core_cm35p.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos 2U |
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Definition at line 1978 of file core_armv81mml.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos 2U |
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Definition at line 1057 of file core_armv8mbl.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos 2U |
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Definition at line 1822 of file core_armv8mml.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos 2U |
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Definition at line 1132 of file core_cm23.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos 2U |
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Definition at line 1897 of file core_cm33.h.
| #define CoreDebug_DAUTHCTRL_SPNIDENSEL_Pos 2U |
CoreDebug DAUTHCTRL: SPNIDENSEL Position
Definition at line 1897 of file core_cm35p.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1932 of file core_armv81mml.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1041 of file core_armv8mbl.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1776 of file core_armv8mml.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1116 of file core_cm23.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1296 of file core_cm3.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1851 of file core_cm33.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1851 of file core_cm35p.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1466 of file core_cm4.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1689 of file core_cm7.h.
| #define CoreDebug_DCRSR_REGSEL_Msk (0x1FUL /*<< CoreDebug_DCRSR_REGSEL_Pos*/) |
CoreDebug DCRSR: REGSEL Mask
Definition at line 1279 of file core_sc300.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1931 of file core_armv81mml.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1040 of file core_armv8mbl.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1775 of file core_armv8mml.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1115 of file core_cm23.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1295 of file core_cm3.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1850 of file core_cm33.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1850 of file core_cm35p.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1465 of file core_cm4.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1688 of file core_cm7.h.
| #define CoreDebug_DCRSR_REGSEL_Pos 0U |
CoreDebug DCRSR: REGSEL Position
Definition at line 1278 of file core_sc300.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1929 of file core_armv81mml.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1038 of file core_armv8mbl.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1773 of file core_armv8mml.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1113 of file core_cm23.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1293 of file core_cm3.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1848 of file core_cm33.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1848 of file core_cm35p.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1463 of file core_cm4.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1686 of file core_cm7.h.
| #define CoreDebug_DCRSR_REGWnR_Msk (1UL << CoreDebug_DCRSR_REGWnR_Pos) |
CoreDebug DCRSR: REGWnR Mask
Definition at line 1276 of file core_sc300.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1928 of file core_armv81mml.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1037 of file core_armv8mbl.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1772 of file core_armv8mml.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1112 of file core_cm23.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1292 of file core_cm3.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1847 of file core_cm33.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1847 of file core_cm35p.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1462 of file core_cm4.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1685 of file core_cm7.h.
| #define CoreDebug_DCRSR_REGWnR_Pos 16U |
CoreDebug DCRSR: REGWnR Position
Definition at line 1275 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1948 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1792 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1312 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1867 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1867 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1482 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1705 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_EN_Msk (1UL << CoreDebug_DEMCR_MON_EN_Pos) |
CoreDebug DEMCR: MON_EN Mask
Definition at line 1295 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1947 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1791 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1311 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1866 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1866 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1481 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1704 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_EN_Pos 16U |
CoreDebug DEMCR: MON_EN Position
Definition at line 1294 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1945 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1789 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1309 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1864 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1864 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1479 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1702 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_PEND_Msk (1UL << CoreDebug_DEMCR_MON_PEND_Pos) |
CoreDebug DEMCR: MON_PEND Mask
Definition at line 1292 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1944 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1788 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1308 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1863 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1863 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1478 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1701 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_PEND_Pos 17U |
CoreDebug DEMCR: MON_PEND Position
Definition at line 1291 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1939 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1783 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1303 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1858 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1858 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1473 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1696 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_REQ_Msk (1UL << CoreDebug_DEMCR_MON_REQ_Pos) |
CoreDebug DEMCR: MON_REQ Mask
Definition at line 1286 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1938 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1782 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1302 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1857 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1857 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1472 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1695 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_REQ_Pos 19U |
CoreDebug DEMCR: MON_REQ Position
Definition at line 1285 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1942 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1786 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1306 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1861 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1861 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1476 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1699 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_STEP_Msk (1UL << CoreDebug_DEMCR_MON_STEP_Pos) |
CoreDebug DEMCR: MON_STEP Mask
Definition at line 1289 of file core_sc300.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1941 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1785 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1305 of file core_cm3.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1860 of file core_cm33.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1860 of file core_cm35p.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1475 of file core_cm4.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1698 of file core_cm7.h.
| #define CoreDebug_DEMCR_MON_STEP_Pos 18U |
CoreDebug DEMCR: MON_STEP Position
Definition at line 1288 of file core_sc300.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1936 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1780 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1300 of file core_cm3.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1855 of file core_cm33.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1855 of file core_cm35p.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1470 of file core_cm4.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1693 of file core_cm7.h.
| #define CoreDebug_DEMCR_TRCENA_Msk (1UL << CoreDebug_DEMCR_TRCENA_Pos) |
CoreDebug DEMCR: TRCENA Mask
Definition at line 1283 of file core_sc300.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1935 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1779 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1299 of file core_cm3.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1854 of file core_cm33.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1854 of file core_cm35p.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1469 of file core_cm4.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1692 of file core_cm7.h.
| #define CoreDebug_DEMCR_TRCENA_Pos 24U |
CoreDebug DEMCR: TRCENA Position
Definition at line 1282 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1957 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1801 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1321 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1876 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1876 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1491 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1714 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Msk (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos) |
CoreDebug DEMCR: VC_BUSERR Mask
Definition at line 1304 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1956 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1800 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1320 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1875 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1875 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1490 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1713 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_BUSERR_Pos 8U |
CoreDebug DEMCR: VC_BUSERR Position
Definition at line 1303 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1963 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1807 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1327 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1882 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1882 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1497 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1720 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Msk (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos) |
CoreDebug DEMCR: VC_CHKERR Mask
Definition at line 1310 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1962 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1806 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1326 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1881 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1881 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1496 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1719 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_CHKERR_Pos 6U |
CoreDebug DEMCR: VC_CHKERR Position
Definition at line 1309 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1972 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1051 of file core_armv8mbl.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1816 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1126 of file core_cm23.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1336 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1891 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1891 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1506 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1729 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Msk (1UL /*<< CoreDebug_DEMCR_VC_CORERESET_Pos*/) |
CoreDebug DEMCR: VC_CORERESET Mask
Definition at line 1319 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1971 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1050 of file core_armv8mbl.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1815 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1125 of file core_cm23.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1335 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1890 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1890 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1505 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1728 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_CORERESET_Pos 0U |
CoreDebug DEMCR: VC_CORERESET Position
Definition at line 1318 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1951 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1048 of file core_armv8mbl.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1795 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1123 of file core_cm23.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1315 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1870 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1870 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1485 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1708 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Msk (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos) |
CoreDebug DEMCR: VC_HARDERR Mask
Definition at line 1298 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1950 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1047 of file core_armv8mbl.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1794 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1122 of file core_cm23.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1314 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1869 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1869 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1484 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1707 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_HARDERR_Pos 10U |
CoreDebug DEMCR: VC_HARDERR Position
Definition at line 1297 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1954 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1798 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1318 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1873 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1873 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1488 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1711 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_INTERR_Msk (1UL << CoreDebug_DEMCR_VC_INTERR_Pos) |
CoreDebug DEMCR: VC_INTERR Mask
Definition at line 1301 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1953 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1797 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1317 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1872 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1872 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1487 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1710 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_INTERR_Pos 9U |
CoreDebug DEMCR: VC_INTERR Position
Definition at line 1300 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1969 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1813 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1333 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1888 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1888 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1503 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1726 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_MMERR_Msk (1UL << CoreDebug_DEMCR_VC_MMERR_Pos) |
CoreDebug DEMCR: VC_MMERR Mask
Definition at line 1316 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1968 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1812 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1332 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1887 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1887 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1502 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1725 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_MMERR_Pos 4U |
CoreDebug DEMCR: VC_MMERR Position
Definition at line 1315 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1966 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1810 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1330 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1885 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1885 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1500 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1723 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Msk (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos) |
CoreDebug DEMCR: VC_NOCPERR Mask
Definition at line 1313 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1965 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1809 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1329 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1884 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1884 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1499 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1722 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_NOCPERR_Pos 5U |
CoreDebug DEMCR: VC_NOCPERR Position
Definition at line 1312 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1960 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1804 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1324 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1879 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1879 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1494 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1717 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_STATERR_Msk (1UL << CoreDebug_DEMCR_VC_STATERR_Pos) |
CoreDebug DEMCR: VC_STATERR Mask
Definition at line 1307 of file core_sc300.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1959 of file core_armv81mml.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1803 of file core_armv8mml.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1323 of file core_cm3.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1878 of file core_cm33.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1878 of file core_cm35p.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1493 of file core_cm4.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1716 of file core_cm7.h.
| #define CoreDebug_DEMCR_VC_STATERR_Pos 7U |
CoreDebug DEMCR: VC_STATERR Position
Definition at line 1306 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1925 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1034 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1769 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1109 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1289 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1844 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1844 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1459 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1682 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Msk (1UL /*<< CoreDebug_DHCSR_C_DEBUGEN_Pos*/) |
CoreDebug DHCSR: C_DEBUGEN Mask
Definition at line 1272 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1924 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1033 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1768 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1108 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1288 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1843 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1843 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1458 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1681 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_DEBUGEN_Pos 0U |
CoreDebug DHCSR: C_DEBUGEN Position
Definition at line 1271 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1922 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1031 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1766 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1106 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1286 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1841 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1841 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1456 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1679 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_HALT_Msk (1UL << CoreDebug_DHCSR_C_HALT_Pos) |
CoreDebug DHCSR: C_HALT Mask
Definition at line 1269 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1921 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1030 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1765 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1105 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1285 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1840 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1840 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1455 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1678 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_HALT_Pos 1U |
CoreDebug DHCSR: C_HALT Position
Definition at line 1268 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1916 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1025 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1760 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1100 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1280 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1835 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1835 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1450 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1673 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Msk (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos) |
CoreDebug DHCSR: C_MASKINTS Mask
Definition at line 1263 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1915 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1024 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1759 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1099 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1279 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1834 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1834 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1449 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1672 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_MASKINTS_Pos 3U |
CoreDebug DHCSR: C_MASKINTS Position
Definition at line 1262 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1913 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1757 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1277 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1832 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1832 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1447 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1670 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Msk (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos) |
CoreDebug DHCSR: C_SNAPSTALL Mask
Definition at line 1260 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1912 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1756 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1276 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1831 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1831 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1446 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1669 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_SNAPSTALL_Pos 5U |
CoreDebug DHCSR: C_SNAPSTALL Position
Definition at line 1259 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1919 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1028 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1763 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1103 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1283 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1838 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1838 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1453 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1676 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) |
CoreDebug DHCSR: C_STEP Mask
Definition at line 1266 of file core_sc300.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1918 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1027 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1762 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1102 of file core_cm23.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1282 of file core_cm3.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1837 of file core_cm33.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1837 of file core_cm35p.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1452 of file core_cm4.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1675 of file core_cm7.h.
| #define CoreDebug_DHCSR_C_STEP_Pos 2U |
CoreDebug DHCSR: C_STEP Position
Definition at line 1265 of file core_sc300.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1889 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1001 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1733 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1076 of file core_cm23.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1256 of file core_cm3.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1808 of file core_cm33.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1808 of file core_cm35p.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1426 of file core_cm4.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1649 of file core_cm7.h.
| #define CoreDebug_DHCSR_DBGKEY_Msk (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos) |
CoreDebug DHCSR: DBGKEY Mask
Definition at line 1239 of file core_sc300.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1888 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1000 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1732 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1075 of file core_cm23.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1255 of file core_cm3.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1807 of file core_cm33.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1807 of file core_cm35p.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1425 of file core_cm4.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1648 of file core_cm7.h.
| #define CoreDebug_DHCSR_DBGKEY_Pos 16U |
CoreDebug DHCSR: DBGKEY Position
Definition at line 1238 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1907 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1019 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1751 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1094 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1271 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1826 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1826 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1441 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1664 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_HALT_Msk (1UL << CoreDebug_DHCSR_S_HALT_Pos) |
CoreDebug DHCSR: S_HALT Mask
Definition at line 1254 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1906 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1018 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1750 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1093 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1270 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1825 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1825 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1440 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1663 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_HALT_Pos 17U |
CoreDebug DHCSR: S_HALT Position
Definition at line 1253 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1901 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1013 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1745 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1088 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1265 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1820 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1820 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1435 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1658 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Msk (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos) |
CoreDebug DHCSR: S_LOCKUP Mask
Definition at line 1248 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1900 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1012 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1744 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1087 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1264 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1819 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1819 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1434 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1657 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_LOCKUP_Pos 19U |
CoreDebug DHCSR: S_LOCKUP Position
Definition at line 1247 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1910 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1022 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1754 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1097 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1274 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1829 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1829 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1444 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1667 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_REGRDY_Msk (1UL << CoreDebug_DHCSR_S_REGRDY_Pos) |
CoreDebug DHCSR: S_REGRDY Mask
Definition at line 1257 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1909 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1021 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1753 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1096 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1273 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1828 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1828 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1443 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1666 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_REGRDY_Pos 16U |
CoreDebug DHCSR: S_REGRDY Position
Definition at line 1256 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1895 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1007 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1739 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1082 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1259 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1814 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1814 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1429 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1652 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Msk (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos) |
CoreDebug DHCSR: S_RESET_ST Mask
Definition at line 1242 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1894 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1006 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1738 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1081 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1258 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1813 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1813 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1428 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1651 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_RESET_ST_Pos 25U |
CoreDebug DHCSR: S_RESET_ST Position
Definition at line 1241 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Msk (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos) |
CoreDebug DHCSR: S_RESTART_ST Mask
Definition at line 1892 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Msk (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos) |
CoreDebug DHCSR: S_RESTART_ST Mask
Definition at line 1004 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Msk (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos) |
CoreDebug DHCSR: S_RESTART_ST Mask
Definition at line 1736 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Msk (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos) |
CoreDebug DHCSR: S_RESTART_ST Mask
Definition at line 1079 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Msk (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos) |
CoreDebug DHCSR: S_RESTART_ST Mask
Definition at line 1811 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Msk (1UL << CoreDebug_DHCSR_S_RESTART_ST_Pos) |
CoreDebug DHCSR: S_RESTART_ST Mask
Definition at line 1811 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Pos 26U |
CoreDebug DHCSR: S_RESTART_ST Position
Definition at line 1891 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Pos 26U |
CoreDebug DHCSR: S_RESTART_ST Position
Definition at line 1003 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Pos 26U |
CoreDebug DHCSR: S_RESTART_ST Position
Definition at line 1735 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Pos 26U |
CoreDebug DHCSR: S_RESTART_ST Position
Definition at line 1078 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Pos 26U |
CoreDebug DHCSR: S_RESTART_ST Position
Definition at line 1810 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_RESTART_ST_Pos 26U |
CoreDebug DHCSR: S_RESTART_ST Position
Definition at line 1810 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1898 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1010 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1742 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1085 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1262 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1817 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1817 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1432 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1655 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Msk (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos) |
CoreDebug DHCSR: S_RETIRE_ST Mask
Definition at line 1245 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1897 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1009 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1741 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1084 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1261 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1816 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1816 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1431 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1654 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_RETIRE_ST_Pos 24U |
CoreDebug DHCSR: S_RETIRE_ST Position
Definition at line 1244 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1904 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1016 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1748 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1091 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1268 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1823 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1823 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1438 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1661 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_SLEEP_Msk (1UL << CoreDebug_DHCSR_S_SLEEP_Pos) |
CoreDebug DHCSR: S_SLEEP Mask
Definition at line 1251 of file core_sc300.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1903 of file core_armv81mml.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1015 of file core_armv8mbl.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1747 of file core_armv8mml.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1090 of file core_cm23.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1267 of file core_cm3.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1822 of file core_cm33.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1822 of file core_cm35p.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1437 of file core_cm4.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1660 of file core_cm7.h.
| #define CoreDebug_DHCSR_S_SLEEP_Pos 18U |
CoreDebug DHCSR: S_SLEEP Position
Definition at line 1250 of file core_sc300.h.
| #define CoreDebug_DSCSR_CDS_Msk (1UL << CoreDebug_DSCSR_CDS_Pos) |
CoreDebug DSCSR: CDS Mask
Definition at line 1989 of file core_armv81mml.h.
| #define CoreDebug_DSCSR_CDS_Msk (1UL << CoreDebug_DSCSR_CDS_Pos) |
CoreDebug DSCSR: CDS Mask
Definition at line 1068 of file core_armv8mbl.h.
| #define CoreDebug_DSCSR_CDS_Msk (1UL << CoreDebug_DSCSR_CDS_Pos) |
CoreDebug DSCSR: CDS Mask
Definition at line 1833 of file core_armv8mml.h.
| #define CoreDebug_DSCSR_CDS_Msk (1UL << CoreDebug_DSCSR_CDS_Pos) |
CoreDebug DSCSR: CDS Mask
Definition at line 1143 of file core_cm23.h.
| #define CoreDebug_DSCSR_CDS_Msk (1UL << CoreDebug_DSCSR_CDS_Pos) |
CoreDebug DSCSR: CDS Mask
Definition at line 1908 of file core_cm33.h.
| #define CoreDebug_DSCSR_CDS_Msk (1UL << CoreDebug_DSCSR_CDS_Pos) |
CoreDebug DSCSR: CDS Mask
Definition at line 1908 of file core_cm35p.h.
| #define CoreDebug_DSCSR_CDS_Pos 16U |
CoreDebug DSCSR: CDS Position
Definition at line 1988 of file core_armv81mml.h.
| #define CoreDebug_DSCSR_CDS_Pos 16U |
CoreDebug DSCSR: CDS Position
Definition at line 1067 of file core_armv8mbl.h.
| #define CoreDebug_DSCSR_CDS_Pos 16U |
CoreDebug DSCSR: CDS Position
Definition at line 1832 of file core_armv8mml.h.
| #define CoreDebug_DSCSR_CDS_Pos 16U |
CoreDebug DSCSR: CDS Position
Definition at line 1142 of file core_cm23.h.
| #define CoreDebug_DSCSR_CDS_Pos 16U |
CoreDebug DSCSR: CDS Position
Definition at line 1907 of file core_cm33.h.
| #define CoreDebug_DSCSR_CDS_Pos 16U |
CoreDebug DSCSR: CDS Position
Definition at line 1907 of file core_cm35p.h.
| #define CoreDebug_DSCSR_SBRSEL_Msk (1UL << CoreDebug_DSCSR_SBRSEL_Pos) |
CoreDebug DSCSR: SBRSEL Mask
Definition at line 1992 of file core_armv81mml.h.
| #define CoreDebug_DSCSR_SBRSEL_Msk (1UL << CoreDebug_DSCSR_SBRSEL_Pos) |
CoreDebug DSCSR: SBRSEL Mask
Definition at line 1071 of file core_armv8mbl.h.
| #define CoreDebug_DSCSR_SBRSEL_Msk (1UL << CoreDebug_DSCSR_SBRSEL_Pos) |
CoreDebug DSCSR: SBRSEL Mask
Definition at line 1836 of file core_armv8mml.h.
| #define CoreDebug_DSCSR_SBRSEL_Msk (1UL << CoreDebug_DSCSR_SBRSEL_Pos) |
CoreDebug DSCSR: SBRSEL Mask
Definition at line 1146 of file core_cm23.h.
| #define CoreDebug_DSCSR_SBRSEL_Msk (1UL << CoreDebug_DSCSR_SBRSEL_Pos) |
CoreDebug DSCSR: SBRSEL Mask
Definition at line 1911 of file core_cm33.h.
| #define CoreDebug_DSCSR_SBRSEL_Msk (1UL << CoreDebug_DSCSR_SBRSEL_Pos) |
CoreDebug DSCSR: SBRSEL Mask
Definition at line 1911 of file core_cm35p.h.
| #define CoreDebug_DSCSR_SBRSEL_Pos 1U |
CoreDebug DSCSR: SBRSEL Position
Definition at line 1991 of file core_armv81mml.h.
| #define CoreDebug_DSCSR_SBRSEL_Pos 1U |
CoreDebug DSCSR: SBRSEL Position
Definition at line 1070 of file core_armv8mbl.h.
| #define CoreDebug_DSCSR_SBRSEL_Pos 1U |
CoreDebug DSCSR: SBRSEL Position
Definition at line 1835 of file core_armv8mml.h.
| #define CoreDebug_DSCSR_SBRSEL_Pos 1U |
CoreDebug DSCSR: SBRSEL Position
Definition at line 1145 of file core_cm23.h.
| #define CoreDebug_DSCSR_SBRSEL_Pos 1U |
CoreDebug DSCSR: SBRSEL Position
Definition at line 1910 of file core_cm33.h.
| #define CoreDebug_DSCSR_SBRSEL_Pos 1U |
CoreDebug DSCSR: SBRSEL Position
Definition at line 1910 of file core_cm35p.h.
| #define CoreDebug_DSCSR_SBRSELEN_Msk (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/) |
CoreDebug DSCSR: SBRSELEN Mask
Definition at line 1995 of file core_armv81mml.h.
| #define CoreDebug_DSCSR_SBRSELEN_Msk (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/) |
CoreDebug DSCSR: SBRSELEN Mask
Definition at line 1074 of file core_armv8mbl.h.
| #define CoreDebug_DSCSR_SBRSELEN_Msk (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/) |
CoreDebug DSCSR: SBRSELEN Mask
Definition at line 1839 of file core_armv8mml.h.
| #define CoreDebug_DSCSR_SBRSELEN_Msk (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/) |
CoreDebug DSCSR: SBRSELEN Mask
Definition at line 1149 of file core_cm23.h.
| #define CoreDebug_DSCSR_SBRSELEN_Msk (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/) |
CoreDebug DSCSR: SBRSELEN Mask
Definition at line 1914 of file core_cm33.h.
| #define CoreDebug_DSCSR_SBRSELEN_Msk (1UL /*<< CoreDebug_DSCSR_SBRSELEN_Pos*/) |
CoreDebug DSCSR: SBRSELEN Mask
Definition at line 1914 of file core_cm35p.h.
| #define CoreDebug_DSCSR_SBRSELEN_Pos 0U |
CoreDebug DSCSR: SBRSELEN Position
Definition at line 1994 of file core_armv81mml.h.
| #define CoreDebug_DSCSR_SBRSELEN_Pos 0U |
CoreDebug DSCSR: SBRSELEN Position
Definition at line 1073 of file core_armv8mbl.h.
| #define CoreDebug_DSCSR_SBRSELEN_Pos 0U |
CoreDebug DSCSR: SBRSELEN Position
Definition at line 1838 of file core_armv8mml.h.
| #define CoreDebug_DSCSR_SBRSELEN_Pos 0U |
CoreDebug DSCSR: SBRSELEN Position
Definition at line 1148 of file core_cm23.h.
| #define CoreDebug_DSCSR_SBRSELEN_Pos 0U |
CoreDebug DSCSR: SBRSELEN Position
Definition at line 1913 of file core_cm33.h.
| #define CoreDebug_DSCSR_SBRSELEN_Pos 0U |
CoreDebug DSCSR: SBRSELEN Position
Definition at line 1913 of file core_cm35p.h.
DWT configuration struct
Definition at line 2048 of file core_armv81mml.h.
DWT configuration struct
Definition at line 1125 of file core_armv8mbl.h.
DWT configuration struct
Definition at line 1892 of file core_armv8mml.h.
DWT configuration struct
Definition at line 1200 of file core_cm23.h.
DWT configuration struct
Definition at line 1389 of file core_cm3.h.
DWT configuration struct
Definition at line 1967 of file core_cm33.h.
DWT configuration struct
Definition at line 1967 of file core_cm35p.h.
DWT configuration struct
Definition at line 1559 of file core_cm4.h.
DWT configuration struct
Definition at line 1782 of file core_cm7.h.
DWT configuration struct
Definition at line 1372 of file core_sc300.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 2036 of file core_armv81mml.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1114 of file core_armv8mbl.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1880 of file core_armv8mml.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1189 of file core_cm23.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1377 of file core_cm3.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1955 of file core_cm33.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1955 of file core_cm35p.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1547 of file core_cm4.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1770 of file core_cm7.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1360 of file core_sc300.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 1341 of file core_armv81mml.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 1245 of file core_armv8mml.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 925 of file core_cm3.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 1245 of file core_cm33.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 1245 of file core_cm35p.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 983 of file core_cm4.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 1206 of file core_cm7.h.
| #define DWT_CPICNT_CPICNT_Msk (0xFFUL /*<< DWT_CPICNT_CPICNT_Pos*/) |
DWT CPICNT: CPICNT Mask
Definition at line 910 of file core_sc300.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 1340 of file core_armv81mml.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 1244 of file core_armv8mml.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 924 of file core_cm3.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 1244 of file core_cm33.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 1244 of file core_cm35p.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 982 of file core_cm4.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 1205 of file core_cm7.h.
| #define DWT_CPICNT_CPICNT_Pos 0U |
DWT CPICNT: CPICNT Position
Definition at line 909 of file core_sc300.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 1316 of file core_armv81mml.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 1220 of file core_armv8mml.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 900 of file core_cm3.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 1220 of file core_cm33.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 1220 of file core_cm35p.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 958 of file core_cm4.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 1181 of file core_cm7.h.
| #define DWT_CTRL_CPIEVTENA_Msk (0x1UL << DWT_CTRL_CPIEVTENA_Pos) |
DWT CTRL: CPIEVTENA Mask
Definition at line 885 of file core_sc300.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 1315 of file core_armv81mml.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 1219 of file core_armv8mml.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 899 of file core_cm3.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 1219 of file core_cm33.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 1219 of file core_cm35p.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 957 of file core_cm4.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 1180 of file core_cm7.h.
| #define DWT_CTRL_CPIEVTENA_Pos 17U |
DWT CTRL: CPIEVTENA Position
Definition at line 884 of file core_sc300.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 1337 of file core_armv81mml.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 1241 of file core_armv8mml.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 921 of file core_cm3.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 1241 of file core_cm33.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 1241 of file core_cm35p.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 979 of file core_cm4.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 1202 of file core_cm7.h.
| #define DWT_CTRL_CYCCNTENA_Msk (0x1UL /*<< DWT_CTRL_CYCCNTENA_Pos*/) |
DWT CTRL: CYCCNTENA Mask
Definition at line 906 of file core_sc300.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 1336 of file core_armv81mml.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 1240 of file core_armv8mml.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 920 of file core_cm3.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 1240 of file core_cm33.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 1240 of file core_cm35p.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 978 of file core_cm4.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 1201 of file core_cm7.h.
| #define DWT_CTRL_CYCCNTENA_Pos 0U |
DWT CTRL: CYCCNTENA Position
Definition at line 905 of file core_sc300.h.
| #define DWT_CTRL_CYCDISS_Msk (0x1UL << DWT_CTRL_CYCDISS_Pos) |
DWT CTRL: CYCDISS Mask
Definition at line 1298 of file core_armv81mml.h.
| #define DWT_CTRL_CYCDISS_Msk (0x1UL << DWT_CTRL_CYCDISS_Pos) |
DWT CTRL: CYCDISS Mask
Definition at line 1202 of file core_armv8mml.h.
| #define DWT_CTRL_CYCDISS_Msk (0x1UL << DWT_CTRL_CYCDISS_Pos) |
DWT CTRL: CYCDISS Mask
Definition at line 1202 of file core_cm33.h.
| #define DWT_CTRL_CYCDISS_Msk (0x1UL << DWT_CTRL_CYCDISS_Pos) |
DWT CTRL: CYCDISS Mask
Definition at line 1202 of file core_cm35p.h.
| #define DWT_CTRL_CYCDISS_Pos 23U |
DWT CTRL: CYCDISS Position
Definition at line 1297 of file core_armv81mml.h.
| #define DWT_CTRL_CYCDISS_Pos 23U |
DWT CTRL: CYCDISS Position
Definition at line 1201 of file core_armv8mml.h.
| #define DWT_CTRL_CYCDISS_Pos 23U |
DWT CTRL: CYCDISS Position
Definition at line 1201 of file core_cm33.h.
| #define DWT_CTRL_CYCDISS_Pos 23U |
DWT CTRL: CYCDISS Position
Definition at line 1201 of file core_cm35p.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 1301 of file core_armv81mml.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 1205 of file core_armv8mml.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 885 of file core_cm3.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 1205 of file core_cm33.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 1205 of file core_cm35p.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 943 of file core_cm4.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 1166 of file core_cm7.h.
| #define DWT_CTRL_CYCEVTENA_Msk (0x1UL << DWT_CTRL_CYCEVTENA_Pos) |
DWT CTRL: CYCEVTENA Mask
Definition at line 870 of file core_sc300.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 1300 of file core_armv81mml.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 1204 of file core_armv8mml.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 884 of file core_cm3.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 1204 of file core_cm33.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 1204 of file core_cm35p.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 942 of file core_cm4.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 1165 of file core_cm7.h.
| #define DWT_CTRL_CYCEVTENA_Pos 22U |
DWT CTRL: CYCEVTENA Position
Definition at line 869 of file core_sc300.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 1328 of file core_armv81mml.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 1232 of file core_armv8mml.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 912 of file core_cm3.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 1232 of file core_cm33.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 1232 of file core_cm35p.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 970 of file core_cm4.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 1193 of file core_cm7.h.
| #define DWT_CTRL_CYCTAP_Msk (0x1UL << DWT_CTRL_CYCTAP_Pos) |
DWT CTRL: CYCTAP Mask
Definition at line 897 of file core_sc300.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 1327 of file core_armv81mml.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 1231 of file core_armv8mml.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 911 of file core_cm3.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 1231 of file core_cm33.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 1231 of file core_cm35p.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 969 of file core_cm4.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 1192 of file core_cm7.h.
| #define DWT_CTRL_CYCTAP_Pos 9U |
DWT CTRL: CYCTAP Position
Definition at line 896 of file core_sc300.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 1313 of file core_armv81mml.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 1217 of file core_armv8mml.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 897 of file core_cm3.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 1217 of file core_cm33.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 1217 of file core_cm35p.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 955 of file core_cm4.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 1178 of file core_cm7.h.
| #define DWT_CTRL_EXCEVTENA_Msk (0x1UL << DWT_CTRL_EXCEVTENA_Pos) |
DWT CTRL: EXCEVTENA Mask
Definition at line 882 of file core_sc300.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 1312 of file core_armv81mml.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 1216 of file core_armv8mml.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 896 of file core_cm3.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 1216 of file core_cm33.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 1216 of file core_cm35p.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 954 of file core_cm4.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 1177 of file core_cm7.h.
| #define DWT_CTRL_EXCEVTENA_Pos 18U |
DWT CTRL: EXCEVTENA Position
Definition at line 881 of file core_sc300.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 1319 of file core_armv81mml.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 1223 of file core_armv8mml.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 903 of file core_cm3.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 1223 of file core_cm33.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 1223 of file core_cm35p.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 961 of file core_cm4.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 1184 of file core_cm7.h.
| #define DWT_CTRL_EXCTRCENA_Msk (0x1UL << DWT_CTRL_EXCTRCENA_Pos) |
DWT CTRL: EXCTRCENA Mask
Definition at line 888 of file core_sc300.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 1318 of file core_armv81mml.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 1222 of file core_armv8mml.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 902 of file core_cm3.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 1222 of file core_cm33.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 1222 of file core_cm35p.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 960 of file core_cm4.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 1183 of file core_cm7.h.
| #define DWT_CTRL_EXCTRCENA_Pos 16U |
DWT CTRL: EXCTRCENA Position
Definition at line 887 of file core_sc300.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 1304 of file core_armv81mml.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 1208 of file core_armv8mml.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 888 of file core_cm3.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 1208 of file core_cm33.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 1208 of file core_cm35p.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 946 of file core_cm4.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 1169 of file core_cm7.h.
| #define DWT_CTRL_FOLDEVTENA_Msk (0x1UL << DWT_CTRL_FOLDEVTENA_Pos) |
DWT CTRL: FOLDEVTENA Mask
Definition at line 873 of file core_sc300.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 1303 of file core_armv81mml.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 1207 of file core_armv8mml.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 887 of file core_cm3.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 1207 of file core_cm33.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 1207 of file core_cm35p.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 945 of file core_cm4.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 1168 of file core_cm7.h.
| #define DWT_CTRL_FOLDEVTENA_Pos 21U |
DWT CTRL: FOLDEVTENA Position
Definition at line 872 of file core_sc300.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 1307 of file core_armv81mml.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 1211 of file core_armv8mml.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 891 of file core_cm3.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 1211 of file core_cm33.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 1211 of file core_cm35p.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 949 of file core_cm4.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 1172 of file core_cm7.h.
| #define DWT_CTRL_LSUEVTENA_Msk (0x1UL << DWT_CTRL_LSUEVTENA_Pos) |
DWT CTRL: LSUEVTENA Mask
Definition at line 876 of file core_sc300.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 1306 of file core_armv81mml.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 1210 of file core_armv8mml.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 890 of file core_cm3.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 1210 of file core_cm33.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 1210 of file core_cm35p.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 948 of file core_cm4.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 1171 of file core_cm7.h.
| #define DWT_CTRL_LSUEVTENA_Pos 20U |
DWT CTRL: LSUEVTENA Position
Definition at line 875 of file core_sc300.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 1292 of file core_armv81mml.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 691 of file core_armv8mbl.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 1196 of file core_armv8mml.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 691 of file core_cm23.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 879 of file core_cm3.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 1196 of file core_cm33.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 1196 of file core_cm35p.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 937 of file core_cm4.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 1160 of file core_cm7.h.
| #define DWT_CTRL_NOCYCCNT_Msk (0x1UL << DWT_CTRL_NOCYCCNT_Pos) |
DWT CTRL: NOCYCCNT Mask
Definition at line 864 of file core_sc300.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 1291 of file core_armv81mml.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 690 of file core_armv8mbl.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 1195 of file core_armv8mml.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 690 of file core_cm23.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 878 of file core_cm3.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 1195 of file core_cm33.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 1195 of file core_cm35p.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 936 of file core_cm4.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 1159 of file core_cm7.h.
| #define DWT_CTRL_NOCYCCNT_Pos 25U |
DWT CTRL: NOCYCCNT Position
Definition at line 863 of file core_sc300.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 1289 of file core_armv81mml.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 688 of file core_armv8mbl.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 1193 of file core_armv8mml.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 688 of file core_cm23.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 876 of file core_cm3.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 1193 of file core_cm33.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 1193 of file core_cm35p.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 934 of file core_cm4.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 1157 of file core_cm7.h.
| #define DWT_CTRL_NOEXTTRIG_Msk (0x1UL << DWT_CTRL_NOEXTTRIG_Pos) |
DWT CTRL: NOEXTTRIG Mask
Definition at line 861 of file core_sc300.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 1288 of file core_armv81mml.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 687 of file core_armv8mbl.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 1192 of file core_armv8mml.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 687 of file core_cm23.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 875 of file core_cm3.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 1192 of file core_cm33.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 1192 of file core_cm35p.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 933 of file core_cm4.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 1156 of file core_cm7.h.
| #define DWT_CTRL_NOEXTTRIG_Pos 26U |
DWT CTRL: NOEXTTRIG Position
Definition at line 860 of file core_sc300.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 1295 of file core_armv81mml.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 694 of file core_armv8mbl.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 1199 of file core_armv8mml.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 694 of file core_cm23.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 882 of file core_cm3.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 1199 of file core_cm33.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 1199 of file core_cm35p.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 940 of file core_cm4.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 1163 of file core_cm7.h.
| #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) |
DWT CTRL: NOPRFCNT Mask
Definition at line 867 of file core_sc300.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 1294 of file core_armv81mml.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 693 of file core_armv8mbl.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 1198 of file core_armv8mml.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 693 of file core_cm23.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 881 of file core_cm3.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 1198 of file core_cm33.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 1198 of file core_cm35p.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 939 of file core_cm4.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 1162 of file core_cm7.h.
| #define DWT_CTRL_NOPRFCNT_Pos 24U |
DWT CTRL: NOPRFCNT Position
Definition at line 866 of file core_sc300.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 1286 of file core_armv81mml.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 685 of file core_armv8mbl.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 1190 of file core_armv8mml.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 685 of file core_cm23.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 873 of file core_cm3.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 1190 of file core_cm33.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 1190 of file core_cm35p.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 931 of file core_cm4.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 1154 of file core_cm7.h.
| #define DWT_CTRL_NOTRCPKT_Msk (0x1UL << DWT_CTRL_NOTRCPKT_Pos) |
DWT CTRL: NOTRCPKT Mask
Definition at line 858 of file core_sc300.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 1285 of file core_armv81mml.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 684 of file core_armv8mbl.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 1189 of file core_armv8mml.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 684 of file core_cm23.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 872 of file core_cm3.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 1189 of file core_cm33.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 1189 of file core_cm35p.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 930 of file core_cm4.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 1153 of file core_cm7.h.
| #define DWT_CTRL_NOTRCPKT_Pos 27U |
DWT CTRL: NOTRCPKT Position
Definition at line 857 of file core_sc300.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 1283 of file core_armv81mml.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 682 of file core_armv8mbl.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 1187 of file core_armv8mml.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 682 of file core_cm23.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 870 of file core_cm3.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 1187 of file core_cm33.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 1187 of file core_cm35p.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 928 of file core_cm4.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 1151 of file core_cm7.h.
| #define DWT_CTRL_NUMCOMP_Msk (0xFUL << DWT_CTRL_NUMCOMP_Pos) |
DWT CTRL: NUMCOMP Mask
Definition at line 855 of file core_sc300.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 1282 of file core_armv81mml.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 681 of file core_armv8mbl.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 1186 of file core_armv8mml.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 681 of file core_cm23.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 869 of file core_cm3.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 1186 of file core_cm33.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 1186 of file core_cm35p.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 927 of file core_cm4.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 1150 of file core_cm7.h.
| #define DWT_CTRL_NUMCOMP_Pos 28U |
DWT CTRL: NUMCOMP Position
Definition at line 854 of file core_sc300.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 1322 of file core_armv81mml.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 1226 of file core_armv8mml.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 906 of file core_cm3.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 1226 of file core_cm33.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 1226 of file core_cm35p.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 964 of file core_cm4.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 1187 of file core_cm7.h.
| #define DWT_CTRL_PCSAMPLENA_Msk (0x1UL << DWT_CTRL_PCSAMPLENA_Pos) |
DWT CTRL: PCSAMPLENA Mask
Definition at line 891 of file core_sc300.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 1321 of file core_armv81mml.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 1225 of file core_armv8mml.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 905 of file core_cm3.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 1225 of file core_cm33.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 1225 of file core_cm35p.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 963 of file core_cm4.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 1186 of file core_cm7.h.
| #define DWT_CTRL_PCSAMPLENA_Pos 12U |
DWT CTRL: PCSAMPLENA Position
Definition at line 890 of file core_sc300.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 1331 of file core_armv81mml.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 1235 of file core_armv8mml.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 915 of file core_cm3.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 1235 of file core_cm33.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 1235 of file core_cm35p.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 973 of file core_cm4.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 1196 of file core_cm7.h.
| #define DWT_CTRL_POSTINIT_Msk (0xFUL << DWT_CTRL_POSTINIT_Pos) |
DWT CTRL: POSTINIT Mask
Definition at line 900 of file core_sc300.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 1330 of file core_armv81mml.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 1234 of file core_armv8mml.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 914 of file core_cm3.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 1234 of file core_cm33.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 1234 of file core_cm35p.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 972 of file core_cm4.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 1195 of file core_cm7.h.
| #define DWT_CTRL_POSTINIT_Pos 5U |
DWT CTRL: POSTINIT Position
Definition at line 899 of file core_sc300.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 1334 of file core_armv81mml.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 1238 of file core_armv8mml.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 918 of file core_cm3.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 1238 of file core_cm33.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 1238 of file core_cm35p.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 976 of file core_cm4.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 1199 of file core_cm7.h.
| #define DWT_CTRL_POSTPRESET_Msk (0xFUL << DWT_CTRL_POSTPRESET_Pos) |
DWT CTRL: POSTPRESET Mask
Definition at line 903 of file core_sc300.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 1333 of file core_armv81mml.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 1237 of file core_armv8mml.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 917 of file core_cm3.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 1237 of file core_cm33.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 1237 of file core_cm35p.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 975 of file core_cm4.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 1198 of file core_cm7.h.
| #define DWT_CTRL_POSTPRESET_Pos 1U |
DWT CTRL: POSTPRESET Position
Definition at line 902 of file core_sc300.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 1310 of file core_armv81mml.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 1214 of file core_armv8mml.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 894 of file core_cm3.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 1214 of file core_cm33.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 1214 of file core_cm35p.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 952 of file core_cm4.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 1175 of file core_cm7.h.
| #define DWT_CTRL_SLEEPEVTENA_Msk (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos) |
DWT CTRL: SLEEPEVTENA Mask
Definition at line 879 of file core_sc300.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 1309 of file core_armv81mml.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 1213 of file core_armv8mml.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 893 of file core_cm3.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 1213 of file core_cm33.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 1213 of file core_cm35p.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 951 of file core_cm4.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 1174 of file core_cm7.h.
| #define DWT_CTRL_SLEEPEVTENA_Pos 19U |
DWT CTRL: SLEEPEVTENA Position
Definition at line 878 of file core_sc300.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 1325 of file core_armv81mml.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 1229 of file core_armv8mml.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 909 of file core_cm3.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 1229 of file core_cm33.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 1229 of file core_cm35p.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 967 of file core_cm4.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 1190 of file core_cm7.h.
| #define DWT_CTRL_SYNCTAP_Msk (0x3UL << DWT_CTRL_SYNCTAP_Pos) |
DWT CTRL: SYNCTAP Mask
Definition at line 894 of file core_sc300.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 1324 of file core_armv81mml.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 1228 of file core_armv8mml.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 908 of file core_cm3.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 1228 of file core_cm33.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 1228 of file core_cm35p.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 966 of file core_cm4.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 1189 of file core_cm7.h.
| #define DWT_CTRL_SYNCTAP_Pos 10U |
DWT CTRL: SYNCTAP Position
Definition at line 893 of file core_sc300.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 1345 of file core_armv81mml.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 1249 of file core_armv8mml.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 929 of file core_cm3.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 1249 of file core_cm33.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 1249 of file core_cm35p.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 987 of file core_cm4.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 1210 of file core_cm7.h.
| #define DWT_EXCCNT_EXCCNT_Msk (0xFFUL /*<< DWT_EXCCNT_EXCCNT_Pos*/) |
DWT EXCCNT: EXCCNT Mask
Definition at line 914 of file core_sc300.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 1344 of file core_armv81mml.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 1248 of file core_armv8mml.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 928 of file core_cm3.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 1248 of file core_cm33.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 1248 of file core_cm35p.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 986 of file core_cm4.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 1209 of file core_cm7.h.
| #define DWT_EXCCNT_EXCCNT_Pos 0U |
DWT EXCCNT: EXCCNT Position
Definition at line 913 of file core_sc300.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 1357 of file core_armv81mml.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 1261 of file core_armv8mml.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 941 of file core_cm3.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 1261 of file core_cm33.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 1261 of file core_cm35p.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 999 of file core_cm4.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 1222 of file core_cm7.h.
| #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) |
DWT FOLDCNT: FOLDCNT Mask
Definition at line 926 of file core_sc300.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 1356 of file core_armv81mml.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 1260 of file core_armv8mml.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 940 of file core_cm3.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 1260 of file core_cm33.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 1260 of file core_cm35p.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 998 of file core_cm4.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 1221 of file core_cm7.h.
| #define DWT_FOLDCNT_FOLDCNT_Pos 0U |
DWT FOLDCNT: FOLDCNT Position
Definition at line 925 of file core_sc300.h.
| #define DWT_FUNCTION_ACTION_Msk (0x1UL << DWT_FUNCTION_ACTION_Pos) |
DWT FUNCTION: ACTION Mask
Definition at line 1370 of file core_armv81mml.h.
| #define DWT_FUNCTION_ACTION_Msk (0x3UL << DWT_FUNCTION_ACTION_Pos) |
DWT FUNCTION: ACTION Mask
Definition at line 707 of file core_armv8mbl.h.
| #define DWT_FUNCTION_ACTION_Msk (0x1UL << DWT_FUNCTION_ACTION_Pos) |
DWT FUNCTION: ACTION Mask
Definition at line 1274 of file core_armv8mml.h.
| #define DWT_FUNCTION_ACTION_Msk (0x3UL << DWT_FUNCTION_ACTION_Pos) |
DWT FUNCTION: ACTION Mask
Definition at line 707 of file core_cm23.h.
| #define DWT_FUNCTION_ACTION_Msk (0x1UL << DWT_FUNCTION_ACTION_Pos) |
DWT FUNCTION: ACTION Mask
Definition at line 1274 of file core_cm33.h.
| #define DWT_FUNCTION_ACTION_Msk (0x1UL << DWT_FUNCTION_ACTION_Pos) |
DWT FUNCTION: ACTION Mask
Definition at line 1274 of file core_cm35p.h.
| #define DWT_FUNCTION_ACTION_Pos 4U |
DWT FUNCTION: ACTION Position
Definition at line 1369 of file core_armv81mml.h.
| #define DWT_FUNCTION_ACTION_Pos 4U |
DWT FUNCTION: ACTION Position
Definition at line 706 of file core_armv8mbl.h.
| #define DWT_FUNCTION_ACTION_Pos 4U |
DWT FUNCTION: ACTION Position
Definition at line 1273 of file core_armv8mml.h.
| #define DWT_FUNCTION_ACTION_Pos 4U |
DWT FUNCTION: ACTION Position
Definition at line 706 of file core_cm23.h.
| #define DWT_FUNCTION_ACTION_Pos 4U |
DWT FUNCTION: ACTION Position
Definition at line 1273 of file core_cm33.h.
| #define DWT_FUNCTION_ACTION_Pos 4U |
DWT FUNCTION: ACTION Position
Definition at line 1273 of file core_cm35p.h.
| #define DWT_FUNCTION_CYCMATCH_Msk (0x1UL << DWT_FUNCTION_CYCMATCH_Pos) |
DWT FUNCTION: CYCMATCH Mask
Definition at line 967 of file core_cm3.h.
| #define DWT_FUNCTION_CYCMATCH_Msk (0x1UL << DWT_FUNCTION_CYCMATCH_Pos) |
DWT FUNCTION: CYCMATCH Mask
Definition at line 1025 of file core_cm4.h.
| #define DWT_FUNCTION_CYCMATCH_Msk (0x1UL << DWT_FUNCTION_CYCMATCH_Pos) |
DWT FUNCTION: CYCMATCH Mask
Definition at line 1248 of file core_cm7.h.
| #define DWT_FUNCTION_CYCMATCH_Msk (0x1UL << DWT_FUNCTION_CYCMATCH_Pos) |
DWT FUNCTION: CYCMATCH Mask
Definition at line 952 of file core_sc300.h.
| #define DWT_FUNCTION_CYCMATCH_Pos 7U |
DWT FUNCTION: CYCMATCH Position
Definition at line 966 of file core_cm3.h.
| #define DWT_FUNCTION_CYCMATCH_Pos 7U |
DWT FUNCTION: CYCMATCH Position
Definition at line 1024 of file core_cm4.h.
| #define DWT_FUNCTION_CYCMATCH_Pos 7U |
DWT FUNCTION: CYCMATCH Position
Definition at line 1247 of file core_cm7.h.
| #define DWT_FUNCTION_CYCMATCH_Pos 7U |
DWT FUNCTION: CYCMATCH Position
Definition at line 951 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVADDR0_Msk (0xFUL << DWT_FUNCTION_DATAVADDR0_Pos) |
DWT FUNCTION: DATAVADDR0 Mask
Definition at line 955 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVADDR0_Msk (0xFUL << DWT_FUNCTION_DATAVADDR0_Pos) |
DWT FUNCTION: DATAVADDR0 Mask
Definition at line 1013 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVADDR0_Msk (0xFUL << DWT_FUNCTION_DATAVADDR0_Pos) |
DWT FUNCTION: DATAVADDR0 Mask
Definition at line 1236 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVADDR0_Msk (0xFUL << DWT_FUNCTION_DATAVADDR0_Pos) |
DWT FUNCTION: DATAVADDR0 Mask
Definition at line 940 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVADDR0_Pos 12U |
DWT FUNCTION: DATAVADDR0 Position
Definition at line 954 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVADDR0_Pos 12U |
DWT FUNCTION: DATAVADDR0 Position
Definition at line 1012 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVADDR0_Pos 12U |
DWT FUNCTION: DATAVADDR0 Position
Definition at line 1235 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVADDR0_Pos 12U |
DWT FUNCTION: DATAVADDR0 Position
Definition at line 939 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVADDR1_Msk (0xFUL << DWT_FUNCTION_DATAVADDR1_Pos) |
DWT FUNCTION: DATAVADDR1 Mask
Definition at line 952 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVADDR1_Msk (0xFUL << DWT_FUNCTION_DATAVADDR1_Pos) |
DWT FUNCTION: DATAVADDR1 Mask
Definition at line 1010 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVADDR1_Msk (0xFUL << DWT_FUNCTION_DATAVADDR1_Pos) |
DWT FUNCTION: DATAVADDR1 Mask
Definition at line 1233 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVADDR1_Msk (0xFUL << DWT_FUNCTION_DATAVADDR1_Pos) |
DWT FUNCTION: DATAVADDR1 Mask
Definition at line 937 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVADDR1_Pos 16U |
DWT FUNCTION: DATAVADDR1 Position
Definition at line 951 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVADDR1_Pos 16U |
DWT FUNCTION: DATAVADDR1 Position
Definition at line 1009 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVADDR1_Pos 16U |
DWT FUNCTION: DATAVADDR1 Position
Definition at line 1232 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVADDR1_Pos 16U |
DWT FUNCTION: DATAVADDR1 Position
Definition at line 936 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVMATCH_Msk (0x1UL << DWT_FUNCTION_DATAVMATCH_Pos) |
DWT FUNCTION: DATAVMATCH Mask
Definition at line 964 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVMATCH_Msk (0x1UL << DWT_FUNCTION_DATAVMATCH_Pos) |
DWT FUNCTION: DATAVMATCH Mask
Definition at line 1022 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVMATCH_Msk (0x1UL << DWT_FUNCTION_DATAVMATCH_Pos) |
DWT FUNCTION: DATAVMATCH Mask
Definition at line 1245 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVMATCH_Msk (0x1UL << DWT_FUNCTION_DATAVMATCH_Pos) |
DWT FUNCTION: DATAVMATCH Mask
Definition at line 949 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVMATCH_Pos 8U |
DWT FUNCTION: DATAVMATCH Position
Definition at line 963 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVMATCH_Pos 8U |
DWT FUNCTION: DATAVMATCH Position
Definition at line 1021 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVMATCH_Pos 8U |
DWT FUNCTION: DATAVMATCH Position
Definition at line 1244 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVMATCH_Pos 8U |
DWT FUNCTION: DATAVMATCH Position
Definition at line 948 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 1367 of file core_armv81mml.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 704 of file core_armv8mbl.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 1271 of file core_armv8mml.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 704 of file core_cm23.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 958 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 1271 of file core_cm33.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 1271 of file core_cm35p.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 1016 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 1239 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVSIZE_Msk (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos) |
DWT FUNCTION: DATAVSIZE Mask
Definition at line 943 of file core_sc300.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 1366 of file core_armv81mml.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 703 of file core_armv8mbl.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 1270 of file core_armv8mml.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 703 of file core_cm23.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 957 of file core_cm3.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 1270 of file core_cm33.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 1270 of file core_cm35p.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 1015 of file core_cm4.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 1238 of file core_cm7.h.
| #define DWT_FUNCTION_DATAVSIZE_Pos 10U |
DWT FUNCTION: DATAVSIZE Position
Definition at line 942 of file core_sc300.h.
| #define DWT_FUNCTION_EMITRANGE_Msk (0x1UL << DWT_FUNCTION_EMITRANGE_Pos) |
DWT FUNCTION: EMITRANGE Mask
Definition at line 970 of file core_cm3.h.
| #define DWT_FUNCTION_EMITRANGE_Msk (0x1UL << DWT_FUNCTION_EMITRANGE_Pos) |
DWT FUNCTION: EMITRANGE Mask
Definition at line 1028 of file core_cm4.h.
| #define DWT_FUNCTION_EMITRANGE_Msk (0x1UL << DWT_FUNCTION_EMITRANGE_Pos) |
DWT FUNCTION: EMITRANGE Mask
Definition at line 1251 of file core_cm7.h.
| #define DWT_FUNCTION_EMITRANGE_Msk (0x1UL << DWT_FUNCTION_EMITRANGE_Pos) |
DWT FUNCTION: EMITRANGE Mask
Definition at line 955 of file core_sc300.h.
| #define DWT_FUNCTION_EMITRANGE_Pos 5U |
DWT FUNCTION: EMITRANGE Position
Definition at line 969 of file core_cm3.h.
| #define DWT_FUNCTION_EMITRANGE_Pos 5U |
DWT FUNCTION: EMITRANGE Position
Definition at line 1027 of file core_cm4.h.
| #define DWT_FUNCTION_EMITRANGE_Pos 5U |
DWT FUNCTION: EMITRANGE Position
Definition at line 1250 of file core_cm7.h.
| #define DWT_FUNCTION_EMITRANGE_Pos 5U |
DWT FUNCTION: EMITRANGE Position
Definition at line 954 of file core_sc300.h.
| #define DWT_FUNCTION_FUNCTION_Msk (0xFUL /*<< DWT_FUNCTION_FUNCTION_Pos*/) |
DWT FUNCTION: FUNCTION Mask
Definition at line 973 of file core_cm3.h.
| #define DWT_FUNCTION_FUNCTION_Msk (0xFUL /*<< DWT_FUNCTION_FUNCTION_Pos*/) |
DWT FUNCTION: FUNCTION Mask
Definition at line 1031 of file core_cm4.h.
| #define DWT_FUNCTION_FUNCTION_Msk (0xFUL /*<< DWT_FUNCTION_FUNCTION_Pos*/) |
DWT FUNCTION: FUNCTION Mask
Definition at line 1254 of file core_cm7.h.
| #define DWT_FUNCTION_FUNCTION_Msk (0xFUL /*<< DWT_FUNCTION_FUNCTION_Pos*/) |
DWT FUNCTION: FUNCTION Mask
Definition at line 958 of file core_sc300.h.
| #define DWT_FUNCTION_FUNCTION_Pos 0U |
DWT FUNCTION: FUNCTION Position
Definition at line 972 of file core_cm3.h.
| #define DWT_FUNCTION_FUNCTION_Pos 0U |
DWT FUNCTION: FUNCTION Position
Definition at line 1030 of file core_cm4.h.
| #define DWT_FUNCTION_FUNCTION_Pos 0U |
DWT FUNCTION: FUNCTION Position
Definition at line 1253 of file core_cm7.h.
| #define DWT_FUNCTION_FUNCTION_Pos 0U |
DWT FUNCTION: FUNCTION Position
Definition at line 957 of file core_sc300.h.
| #define DWT_FUNCTION_ID_Msk (0x1FUL << DWT_FUNCTION_ID_Pos) |
DWT FUNCTION: ID Mask
Definition at line 1361 of file core_armv81mml.h.
| #define DWT_FUNCTION_ID_Msk (0x1FUL << DWT_FUNCTION_ID_Pos) |
DWT FUNCTION: ID Mask
Definition at line 698 of file core_armv8mbl.h.
| #define DWT_FUNCTION_ID_Msk (0x1FUL << DWT_FUNCTION_ID_Pos) |
DWT FUNCTION: ID Mask
Definition at line 1265 of file core_armv8mml.h.
| #define DWT_FUNCTION_ID_Msk (0x1FUL << DWT_FUNCTION_ID_Pos) |
DWT FUNCTION: ID Mask
Definition at line 698 of file core_cm23.h.
| #define DWT_FUNCTION_ID_Msk (0x1FUL << DWT_FUNCTION_ID_Pos) |
DWT FUNCTION: ID Mask
Definition at line 1265 of file core_cm33.h.
| #define DWT_FUNCTION_ID_Msk (0x1FUL << DWT_FUNCTION_ID_Pos) |
DWT FUNCTION: ID Mask
Definition at line 1265 of file core_cm35p.h.
| #define DWT_FUNCTION_ID_Pos 27U |
DWT FUNCTION: ID Position
Definition at line 1360 of file core_armv81mml.h.
| #define DWT_FUNCTION_ID_Pos 27U |
DWT FUNCTION: ID Position
Definition at line 697 of file core_armv8mbl.h.
| #define DWT_FUNCTION_ID_Pos 27U |
DWT FUNCTION: ID Position
Definition at line 1264 of file core_armv8mml.h.
| #define DWT_FUNCTION_ID_Pos 27U |
DWT FUNCTION: ID Position
Definition at line 697 of file core_cm23.h.
| #define DWT_FUNCTION_ID_Pos 27U |
DWT FUNCTION: ID Position
Definition at line 1264 of file core_cm33.h.
| #define DWT_FUNCTION_ID_Pos 27U |
DWT FUNCTION: ID Position
Definition at line 1264 of file core_cm35p.h.
| #define DWT_FUNCTION_LNK1ENA_Msk (0x1UL << DWT_FUNCTION_LNK1ENA_Pos) |
DWT FUNCTION: LNK1ENA Mask
Definition at line 961 of file core_cm3.h.
| #define DWT_FUNCTION_LNK1ENA_Msk (0x1UL << DWT_FUNCTION_LNK1ENA_Pos) |
DWT FUNCTION: LNK1ENA Mask
Definition at line 1019 of file core_cm4.h.
| #define DWT_FUNCTION_LNK1ENA_Msk (0x1UL << DWT_FUNCTION_LNK1ENA_Pos) |
DWT FUNCTION: LNK1ENA Mask
Definition at line 1242 of file core_cm7.h.
| #define DWT_FUNCTION_LNK1ENA_Msk (0x1UL << DWT_FUNCTION_LNK1ENA_Pos) |
DWT FUNCTION: LNK1ENA Mask
Definition at line 946 of file core_sc300.h.
| #define DWT_FUNCTION_LNK1ENA_Pos 9U |
DWT FUNCTION: LNK1ENA Position
Definition at line 960 of file core_cm3.h.
| #define DWT_FUNCTION_LNK1ENA_Pos 9U |
DWT FUNCTION: LNK1ENA Position
Definition at line 1018 of file core_cm4.h.
| #define DWT_FUNCTION_LNK1ENA_Pos 9U |
DWT FUNCTION: LNK1ENA Position
Definition at line 1241 of file core_cm7.h.
| #define DWT_FUNCTION_LNK1ENA_Pos 9U |
DWT FUNCTION: LNK1ENA Position
Definition at line 945 of file core_sc300.h.
| #define DWT_FUNCTION_MATCH_Msk (0xFUL /*<< DWT_FUNCTION_MATCH_Pos*/) |
DWT FUNCTION: MATCH Mask
Definition at line 1373 of file core_armv81mml.h.
| #define DWT_FUNCTION_MATCH_Msk (0xFUL /*<< DWT_FUNCTION_MATCH_Pos*/) |
DWT FUNCTION: MATCH Mask
Definition at line 710 of file core_armv8mbl.h.
| #define DWT_FUNCTION_MATCH_Msk (0xFUL /*<< DWT_FUNCTION_MATCH_Pos*/) |
DWT FUNCTION: MATCH Mask
Definition at line 1277 of file core_armv8mml.h.
| #define DWT_FUNCTION_MATCH_Msk (0xFUL /*<< DWT_FUNCTION_MATCH_Pos*/) |
DWT FUNCTION: MATCH Mask
Definition at line 710 of file core_cm23.h.
| #define DWT_FUNCTION_MATCH_Msk (0xFUL /*<< DWT_FUNCTION_MATCH_Pos*/) |
DWT FUNCTION: MATCH Mask
Definition at line 1277 of file core_cm33.h.
| #define DWT_FUNCTION_MATCH_Msk (0xFUL /*<< DWT_FUNCTION_MATCH_Pos*/) |
DWT FUNCTION: MATCH Mask
Definition at line 1277 of file core_cm35p.h.
| #define DWT_FUNCTION_MATCH_Pos 0U |
DWT FUNCTION: MATCH Position
Definition at line 1372 of file core_armv81mml.h.
| #define DWT_FUNCTION_MATCH_Pos 0U |
DWT FUNCTION: MATCH Position
Definition at line 709 of file core_armv8mbl.h.
| #define DWT_FUNCTION_MATCH_Pos 0U |
DWT FUNCTION: MATCH Position
Definition at line 1276 of file core_armv8mml.h.
| #define DWT_FUNCTION_MATCH_Pos 0U |
DWT FUNCTION: MATCH Position
Definition at line 709 of file core_cm23.h.
| #define DWT_FUNCTION_MATCH_Pos 0U |
DWT FUNCTION: MATCH Position
Definition at line 1276 of file core_cm33.h.
| #define DWT_FUNCTION_MATCH_Pos 0U |
DWT FUNCTION: MATCH Position
Definition at line 1276 of file core_cm35p.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 1364 of file core_armv81mml.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 701 of file core_armv8mbl.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 1268 of file core_armv8mml.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 701 of file core_cm23.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 949 of file core_cm3.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 1268 of file core_cm33.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 1268 of file core_cm35p.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 1007 of file core_cm4.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 1230 of file core_cm7.h.
| #define DWT_FUNCTION_MATCHED_Msk (0x1UL << DWT_FUNCTION_MATCHED_Pos) |
DWT FUNCTION: MATCHED Mask
Definition at line 934 of file core_sc300.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 1363 of file core_armv81mml.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 700 of file core_armv8mbl.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 1267 of file core_armv8mml.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 700 of file core_cm23.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 948 of file core_cm3.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 1267 of file core_cm33.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 1267 of file core_cm35p.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 1006 of file core_cm4.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 1229 of file core_cm7.h.
| #define DWT_FUNCTION_MATCHED_Pos 24U |
DWT FUNCTION: MATCHED Position
Definition at line 933 of file core_sc300.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 1353 of file core_armv81mml.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 1257 of file core_armv8mml.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 937 of file core_cm3.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 1257 of file core_cm33.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 1257 of file core_cm35p.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 995 of file core_cm4.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 1218 of file core_cm7.h.
| #define DWT_LSUCNT_LSUCNT_Msk (0xFFUL /*<< DWT_LSUCNT_LSUCNT_Pos*/) |
DWT LSUCNT: LSUCNT Mask
Definition at line 922 of file core_sc300.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 1352 of file core_armv81mml.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 1256 of file core_armv8mml.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 936 of file core_cm3.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 1256 of file core_cm33.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 1256 of file core_cm35p.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 994 of file core_cm4.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 1217 of file core_cm7.h.
| #define DWT_LSUCNT_LSUCNT_Pos 0U |
DWT LSUCNT: LSUCNT Position
Definition at line 921 of file core_sc300.h.
| #define DWT_MASK_MASK_Msk (0x1FUL /*<< DWT_MASK_MASK_Pos*/) |
DWT MASK: MASK Mask
Definition at line 945 of file core_cm3.h.
| #define DWT_MASK_MASK_Msk (0x1FUL /*<< DWT_MASK_MASK_Pos*/) |
DWT MASK: MASK Mask
Definition at line 1003 of file core_cm4.h.
| #define DWT_MASK_MASK_Msk (0x1FUL /*<< DWT_MASK_MASK_Pos*/) |
DWT MASK: MASK Mask
Definition at line 1226 of file core_cm7.h.
| #define DWT_MASK_MASK_Msk (0x1FUL /*<< DWT_MASK_MASK_Pos*/) |
DWT MASK: MASK Mask
Definition at line 930 of file core_sc300.h.
| #define DWT_MASK_MASK_Pos 0U |
DWT MASK: MASK Position
Definition at line 944 of file core_cm3.h.
| #define DWT_MASK_MASK_Pos 0U |
DWT MASK: MASK Position
Definition at line 1002 of file core_cm4.h.
| #define DWT_MASK_MASK_Pos 0U |
DWT MASK: MASK Position
Definition at line 1225 of file core_cm7.h.
| #define DWT_MASK_MASK_Pos 0U |
DWT MASK: MASK Position
Definition at line 929 of file core_sc300.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 1349 of file core_armv81mml.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 1253 of file core_armv8mml.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 933 of file core_cm3.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 1253 of file core_cm33.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 1253 of file core_cm35p.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 991 of file core_cm4.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 1214 of file core_cm7.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Msk (0xFFUL /*<< DWT_SLEEPCNT_SLEEPCNT_Pos*/) |
DWT SLEEPCNT: SLEEPCNT Mask
Definition at line 918 of file core_sc300.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 1348 of file core_armv81mml.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 1252 of file core_armv8mml.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 932 of file core_cm3.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 1252 of file core_cm33.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 1252 of file core_cm35p.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 990 of file core_cm4.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 1213 of file core_cm7.h.
| #define DWT_SLEEPCNT_SLEEPCNT_Pos 0U |
DWT SLEEPCNT: SLEEPCNT Position
Definition at line 917 of file core_sc300.h.
| #define EXC_INTEGRITY_SIGNATURE (0xFEFA125BUL) /* Value for processors without floating-point extension */ |
Definition at line 1233 of file core_armv8mbl.h.
| #define EXC_INTEGRITY_SIGNATURE (0xFEFA125BUL) /* Value for processors without floating-point extension */ |
Definition at line 2008 of file core_armv8mml.h.
| #define EXC_INTEGRITY_SIGNATURE (0xFEFA125BUL) /* Value for processors without floating-point extension */ |
Definition at line 1308 of file core_cm23.h.
| #define EXC_INTEGRITY_SIGNATURE (0xFEFA125BUL) /* Value for processors without floating-point extension */ |
Definition at line 2083 of file core_cm33.h.
| #define EXC_INTEGRITY_SIGNATURE (0xFEFA125BUL) /* Value for processors without floating-point extension */ |
Definition at line 2083 of file core_cm35p.h.
| #define EXC_RETURN_DCRS (0x00000020UL) /* bit [5] stacking rules for called registers: 0=skipped 1=saved */ |
Definition at line 1223 of file core_armv8mbl.h.
| #define EXC_RETURN_DCRS (0x00000020UL) /* bit [5] stacking rules for called registers: 0=skipped 1=saved */ |
Definition at line 1998 of file core_armv8mml.h.
| #define EXC_RETURN_DCRS (0x00000020UL) /* bit [5] stacking rules for called registers: 0=skipped 1=saved */ |
Definition at line 1298 of file core_cm23.h.
| #define EXC_RETURN_DCRS (0x00000020UL) /* bit [5] stacking rules for called registers: 0=skipped 1=saved */ |
Definition at line 2073 of file core_cm33.h.
| #define EXC_RETURN_DCRS (0x00000020UL) /* bit [5] stacking rules for called registers: 0=skipped 1=saved */ |
Definition at line 2073 of file core_cm35p.h.
| #define EXC_RETURN_ES (0x00000001UL) /* bit [0] security state exception was taken to: 0=Non-secure 1=Secure */ |
Definition at line 1227 of file core_armv8mbl.h.
| #define EXC_RETURN_ES (0x00000001UL) /* bit [0] security state exception was taken to: 0=Non-secure 1=Secure */ |
Definition at line 2002 of file core_armv8mml.h.
| #define EXC_RETURN_ES (0x00000001UL) /* bit [0] security state exception was taken to: 0=Non-secure 1=Secure */ |
Definition at line 1302 of file core_cm23.h.
| #define EXC_RETURN_ES (0x00000001UL) /* bit [0] security state exception was taken to: 0=Non-secure 1=Secure */ |
Definition at line 2077 of file core_cm33.h.
| #define EXC_RETURN_ES (0x00000001UL) /* bit [0] security state exception was taken to: 0=Non-secure 1=Secure */ |
Definition at line 2077 of file core_cm35p.h.
| #define EXC_RETURN_FTYPE (0x00000010UL) /* bit [4] allocate stack for floating-point context: 0=done 1=skipped */ |
Definition at line 1224 of file core_armv8mbl.h.
| #define EXC_RETURN_FTYPE (0x00000010UL) /* bit [4] allocate stack for floating-point context: 0=done 1=skipped */ |
Definition at line 1999 of file core_armv8mml.h.
| #define EXC_RETURN_FTYPE (0x00000010UL) /* bit [4] allocate stack for floating-point context: 0=done 1=skipped */ |
Definition at line 1299 of file core_cm23.h.
| #define EXC_RETURN_FTYPE (0x00000010UL) /* bit [4] allocate stack for floating-point context: 0=done 1=skipped */ |
Definition at line 2074 of file core_cm33.h.
| #define EXC_RETURN_FTYPE (0x00000010UL) /* bit [4] allocate stack for floating-point context: 0=done 1=skipped */ |
Definition at line 2074 of file core_cm35p.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 603 of file core_cm0.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 721 of file core_cm0plus.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 630 of file core_cm1.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 1458 of file core_cm3.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 1631 of file core_cm4.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 1854 of file core_cm7.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 731 of file core_sc000.h.
| #define EXC_RETURN_HANDLER (0xFFFFFFF1UL) /* return to Handler mode, uses MSP after return */ |
Definition at line 1441 of file core_sc300.h.
| #define EXC_RETURN_HANDLER_FPU (0xFFFFFFE1UL) /* return to Handler mode, uses MSP after return, restore floating-point state */ |
Definition at line 1634 of file core_cm4.h.
| #define EXC_RETURN_HANDLER_FPU (0xFFFFFFE1UL) /* return to Handler mode, uses MSP after return, restore floating-point state */ |
Definition at line 1857 of file core_cm7.h.
| #define EXC_RETURN_MODE (0x00000008UL) /* bit [3] processor mode for return: 0=Handler mode 1=Thread mode */ |
Definition at line 1225 of file core_armv8mbl.h.
| #define EXC_RETURN_MODE (0x00000008UL) /* bit [3] processor mode for return: 0=Handler mode 1=Thread mode */ |
Definition at line 2000 of file core_armv8mml.h.
| #define EXC_RETURN_MODE (0x00000008UL) /* bit [3] processor mode for return: 0=Handler mode 1=Thread mode */ |
Definition at line 1300 of file core_cm23.h.
| #define EXC_RETURN_MODE (0x00000008UL) /* bit [3] processor mode for return: 0=Handler mode 1=Thread mode */ |
Definition at line 2075 of file core_cm33.h.
| #define EXC_RETURN_MODE (0x00000008UL) /* bit [3] processor mode for return: 0=Handler mode 1=Thread mode */ |
Definition at line 2075 of file core_cm35p.h.
| #define EXC_RETURN_PREFIX (0xFF000000UL) /* bits [31:24] set to indicate an EXC_RETURN value */ |
Definition at line 1221 of file core_armv8mbl.h.
| #define EXC_RETURN_PREFIX (0xFF000000UL) /* bits [31:24] set to indicate an EXC_RETURN value */ |
Definition at line 1996 of file core_armv8mml.h.
| #define EXC_RETURN_PREFIX (0xFF000000UL) /* bits [31:24] set to indicate an EXC_RETURN value */ |
Definition at line 1296 of file core_cm23.h.
| #define EXC_RETURN_PREFIX (0xFF000000UL) /* bits [31:24] set to indicate an EXC_RETURN value */ |
Definition at line 2071 of file core_cm33.h.
| #define EXC_RETURN_PREFIX (0xFF000000UL) /* bits [31:24] set to indicate an EXC_RETURN value */ |
Definition at line 2071 of file core_cm35p.h.
| #define EXC_RETURN_S (0x00000040UL) /* bit [6] stack used to push registers: 0=Non-secure 1=Secure */ |
Definition at line 1222 of file core_armv8mbl.h.
| #define EXC_RETURN_S (0x00000040UL) /* bit [6] stack used to push registers: 0=Non-secure 1=Secure */ |
Definition at line 1997 of file core_armv8mml.h.
| #define EXC_RETURN_S (0x00000040UL) /* bit [6] stack used to push registers: 0=Non-secure 1=Secure */ |
Definition at line 1297 of file core_cm23.h.
| #define EXC_RETURN_S (0x00000040UL) /* bit [6] stack used to push registers: 0=Non-secure 1=Secure */ |
Definition at line 2072 of file core_cm33.h.
| #define EXC_RETURN_S (0x00000040UL) /* bit [6] stack used to push registers: 0=Non-secure 1=Secure */ |
Definition at line 2072 of file core_cm35p.h.
| #define EXC_RETURN_SPSEL (0x00000004UL) /* bit [2] stack pointer used to restore context: 0=MSP 1=PSP */ |
Definition at line 1226 of file core_armv8mbl.h.
| #define EXC_RETURN_SPSEL (0x00000004UL) /* bit [2] stack pointer used to restore context: 0=MSP 1=PSP */ |
Definition at line 2001 of file core_armv8mml.h.
| #define EXC_RETURN_SPSEL (0x00000004UL) /* bit [2] stack pointer used to restore context: 0=MSP 1=PSP */ |
Definition at line 1301 of file core_cm23.h.
| #define EXC_RETURN_SPSEL (0x00000004UL) /* bit [2] stack pointer used to restore context: 0=MSP 1=PSP */ |
Definition at line 2076 of file core_cm33.h.
| #define EXC_RETURN_SPSEL (0x00000004UL) /* bit [2] stack pointer used to restore context: 0=MSP 1=PSP */ |
Definition at line 2076 of file core_cm35p.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 604 of file core_cm0.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 722 of file core_cm0plus.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 631 of file core_cm1.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 1459 of file core_cm3.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 1632 of file core_cm4.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 1855 of file core_cm7.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 732 of file core_sc000.h.
| #define EXC_RETURN_THREAD_MSP (0xFFFFFFF9UL) /* return to Thread mode, uses MSP after return */ |
Definition at line 1442 of file core_sc300.h.
| #define EXC_RETURN_THREAD_MSP_FPU (0xFFFFFFE9UL) /* return to Thread mode, uses MSP after return, restore floating-point state */ |
Definition at line 1635 of file core_cm4.h.
| #define EXC_RETURN_THREAD_MSP_FPU (0xFFFFFFE9UL) /* return to Thread mode, uses MSP after return, restore floating-point state */ |
Definition at line 1858 of file core_cm7.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 605 of file core_cm0.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 723 of file core_cm0plus.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 632 of file core_cm1.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 1460 of file core_cm3.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 1633 of file core_cm4.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 1856 of file core_cm7.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 733 of file core_sc000.h.
| #define EXC_RETURN_THREAD_PSP (0xFFFFFFFDUL) /* return to Thread mode, uses PSP after return */ |
Definition at line 1443 of file core_sc300.h.
| #define EXC_RETURN_THREAD_PSP_FPU (0xFFFFFFEDUL) /* return to Thread mode, uses PSP after return, restore floating-point state */ |
Definition at line 1636 of file core_cm4.h.
| #define EXC_RETURN_THREAD_PSP_FPU (0xFFFFFFEDUL) /* return to Thread mode, uses PSP after return, restore floating-point state */ |
Definition at line 1859 of file core_cm7.h.
| #define FNC_RETURN (0xFEFFFFFFUL) /* bit [0] ignored when processing a branch */ |
Definition at line 1218 of file core_armv8mbl.h.
| #define FNC_RETURN (0xFEFFFFFFUL) /* bit [0] ignored when processing a branch */ |
Definition at line 1993 of file core_armv8mml.h.
| #define FNC_RETURN (0xFEFFFFFFUL) /* bit [0] ignored when processing a branch */ |
Definition at line 1293 of file core_cm23.h.
| #define FNC_RETURN (0xFEFFFFFFUL) /* bit [0] ignored when processing a branch */ |
Definition at line 2068 of file core_cm33.h.
| #define FNC_RETURN (0xFEFFFFFFUL) /* bit [0] ignored when processing a branch */ |
Definition at line 2068 of file core_cm35p.h.
Floating Point Unit
Definition at line 2063 of file core_armv81mml.h.
Floating Point Unit
Definition at line 1907 of file core_armv8mml.h.
Floating Point Unit
Definition at line 1982 of file core_cm33.h.
Floating Point Unit
Definition at line 1982 of file core_cm35p.h.
Floating Point Unit
Definition at line 1569 of file core_cm4.h.
Floating Point Unit
Definition at line 1792 of file core_cm7.h.
| #define FPU_BASE (SCS_BASE + 0x0F30UL) |
Floating Point Unit
Definition at line 2062 of file core_armv81mml.h.
| #define FPU_BASE (SCS_BASE + 0x0F30UL) |
Floating Point Unit
Definition at line 1906 of file core_armv8mml.h.
| #define FPU_BASE (SCS_BASE + 0x0F30UL) |
Floating Point Unit
Definition at line 1981 of file core_cm33.h.
| #define FPU_BASE (SCS_BASE + 0x0F30UL) |
Floating Point Unit
Definition at line 1981 of file core_cm35p.h.
| #define FPU_BASE (SCS_BASE + 0x0F30UL) |
Floating Point Unit
Definition at line 1568 of file core_cm4.h.
| #define FPU_BASE (SCS_BASE + 0x0F30UL) |
Floating Point Unit
Definition at line 1791 of file core_cm7.h.
| #define FPU_FPCAR_ADDRESS_Msk (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos) |
FPCAR: ADDRESS bit Mask
Definition at line 1810 of file core_armv81mml.h.
| #define FPU_FPCAR_ADDRESS_Msk (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos) |
FPCAR: ADDRESS bit Mask
Definition at line 1654 of file core_armv8mml.h.
| #define FPU_FPCAR_ADDRESS_Msk (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos) |
FPCAR: ADDRESS bit Mask
Definition at line 1729 of file core_cm33.h.
| #define FPU_FPCAR_ADDRESS_Msk (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos) |
FPCAR: ADDRESS bit Mask
Definition at line 1729 of file core_cm35p.h.
| #define FPU_FPCAR_ADDRESS_Msk (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos) |
FPCAR: ADDRESS bit Mask
Definition at line 1345 of file core_cm4.h.
| #define FPU_FPCAR_ADDRESS_Msk (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos) |
FPCAR: ADDRESS bit Mask
Definition at line 1568 of file core_cm7.h.
| #define FPU_FPCAR_ADDRESS_Pos 3U |
FPCAR: ADDRESS bit Position
Definition at line 1809 of file core_armv81mml.h.
| #define FPU_FPCAR_ADDRESS_Pos 3U |
FPCAR: ADDRESS bit Position
Definition at line 1653 of file core_armv8mml.h.
| #define FPU_FPCAR_ADDRESS_Pos 3U |
FPCAR: ADDRESS bit Position
Definition at line 1728 of file core_cm33.h.
| #define FPU_FPCAR_ADDRESS_Pos 3U |
FPCAR: ADDRESS bit Position
Definition at line 1728 of file core_cm35p.h.
| #define FPU_FPCAR_ADDRESS_Pos 3U |
FPCAR: ADDRESS bit Position
Definition at line 1344 of file core_cm4.h.
| #define FPU_FPCAR_ADDRESS_Pos 3U |
FPCAR: ADDRESS bit Position
Definition at line 1567 of file core_cm7.h.
| #define FPU_FPCCR_ASPEN_Msk (1UL << FPU_FPCCR_ASPEN_Pos) |
FPCCR: ASPEN bit Mask
Definition at line 1758 of file core_armv81mml.h.
| #define FPU_FPCCR_ASPEN_Msk (1UL << FPU_FPCCR_ASPEN_Pos) |
FPCCR: ASPEN bit Mask
Definition at line 1602 of file core_armv8mml.h.
| #define FPU_FPCCR_ASPEN_Msk (1UL << FPU_FPCCR_ASPEN_Pos) |
FPCCR: ASPEN bit Mask
Definition at line 1677 of file core_cm33.h.
| #define FPU_FPCCR_ASPEN_Msk (1UL << FPU_FPCCR_ASPEN_Pos) |
FPCCR: ASPEN bit Mask
Definition at line 1677 of file core_cm35p.h.
| #define FPU_FPCCR_ASPEN_Msk (1UL << FPU_FPCCR_ASPEN_Pos) |
FPCCR: ASPEN bit Mask
Definition at line 1317 of file core_cm4.h.
| #define FPU_FPCCR_ASPEN_Msk (1UL << FPU_FPCCR_ASPEN_Pos) |
FPCCR: ASPEN bit Mask
Definition at line 1540 of file core_cm7.h.
| #define FPU_FPCCR_ASPEN_Pos 31U |
FPCCR: ASPEN bit Position
Definition at line 1757 of file core_armv81mml.h.
| #define FPU_FPCCR_ASPEN_Pos 31U |
FPCCR: ASPEN bit Position
Definition at line 1601 of file core_armv8mml.h.
| #define FPU_FPCCR_ASPEN_Pos 31U |
FPCCR: ASPEN bit Position
Definition at line 1676 of file core_cm33.h.
| #define FPU_FPCCR_ASPEN_Pos 31U |
FPCCR: ASPEN bit Position
Definition at line 1676 of file core_cm35p.h.
| #define FPU_FPCCR_ASPEN_Pos 31U |
FPCCR: ASPEN bit Position
Definition at line 1316 of file core_cm4.h.
| #define FPU_FPCCR_ASPEN_Pos 31U |
FPCCR: ASPEN bit Position
Definition at line 1539 of file core_cm7.h.
| #define FPU_FPCCR_BFRDY_Msk (1UL << FPU_FPCCR_BFRDY_Pos) |
FPCCR: BFRDY bit Mask
Definition at line 1788 of file core_armv81mml.h.
| #define FPU_FPCCR_BFRDY_Msk (1UL << FPU_FPCCR_BFRDY_Pos) |
FPCCR: BFRDY bit Mask
Definition at line 1632 of file core_armv8mml.h.
| #define FPU_FPCCR_BFRDY_Msk (1UL << FPU_FPCCR_BFRDY_Pos) |
FPCCR: BFRDY bit Mask
Definition at line 1707 of file core_cm33.h.
| #define FPU_FPCCR_BFRDY_Msk (1UL << FPU_FPCCR_BFRDY_Pos) |
FPCCR: BFRDY bit Mask
Definition at line 1707 of file core_cm35p.h.
| #define FPU_FPCCR_BFRDY_Msk (1UL << FPU_FPCCR_BFRDY_Pos) |
FPCCR: BFRDY bit Mask
Definition at line 1326 of file core_cm4.h.
| #define FPU_FPCCR_BFRDY_Msk (1UL << FPU_FPCCR_BFRDY_Pos) |
FPCCR: BFRDY bit Mask
Definition at line 1549 of file core_cm7.h.
| #define FPU_FPCCR_BFRDY_Pos 6U |
FPCCR: BFRDY Position
Definition at line 1787 of file core_armv81mml.h.
| #define FPU_FPCCR_BFRDY_Pos 6U |
FPCCR: BFRDY Position
Definition at line 1631 of file core_armv8mml.h.
| #define FPU_FPCCR_BFRDY_Pos 6U |
FPCCR: BFRDY Position
Definition at line 1706 of file core_cm33.h.
| #define FPU_FPCCR_BFRDY_Pos 6U |
FPCCR: BFRDY Position
Definition at line 1706 of file core_cm35p.h.
| #define FPU_FPCCR_BFRDY_Pos 6U |
FPCCR: BFRDY Position
Definition at line 1325 of file core_cm4.h.
| #define FPU_FPCCR_BFRDY_Pos 6U |
FPCCR: BFRDY Position
Definition at line 1548 of file core_cm7.h.
| #define FPU_FPCCR_CLRONRET_Msk (1UL << FPU_FPCCR_CLRONRET_Pos) |
FPCCR: CLRONRET bit Mask
Definition at line 1767 of file core_armv81mml.h.
| #define FPU_FPCCR_CLRONRET_Msk (1UL << FPU_FPCCR_CLRONRET_Pos) |
FPCCR: CLRONRET bit Mask
Definition at line 1611 of file core_armv8mml.h.
| #define FPU_FPCCR_CLRONRET_Msk (1UL << FPU_FPCCR_CLRONRET_Pos) |
FPCCR: CLRONRET bit Mask
Definition at line 1686 of file core_cm33.h.
| #define FPU_FPCCR_CLRONRET_Msk (1UL << FPU_FPCCR_CLRONRET_Pos) |
FPCCR: CLRONRET bit Mask
Definition at line 1686 of file core_cm35p.h.
| #define FPU_FPCCR_CLRONRET_Pos 28U |
FPCCR: CLRONRET Position
Definition at line 1766 of file core_armv81mml.h.
| #define FPU_FPCCR_CLRONRET_Pos 28U |
FPCCR: CLRONRET Position
Definition at line 1610 of file core_armv8mml.h.
| #define FPU_FPCCR_CLRONRET_Pos 28U |
FPCCR: CLRONRET Position
Definition at line 1685 of file core_cm33.h.
| #define FPU_FPCCR_CLRONRET_Pos 28U |
FPCCR: CLRONRET Position
Definition at line 1685 of file core_cm35p.h.
| #define FPU_FPCCR_CLRONRETS_Msk (1UL << FPU_FPCCR_CLRONRETS_Pos) |
FPCCR: CLRONRETS bit Mask
Definition at line 1770 of file core_armv81mml.h.
| #define FPU_FPCCR_CLRONRETS_Msk (1UL << FPU_FPCCR_CLRONRETS_Pos) |
FPCCR: CLRONRETS bit Mask
Definition at line 1614 of file core_armv8mml.h.
| #define FPU_FPCCR_CLRONRETS_Msk (1UL << FPU_FPCCR_CLRONRETS_Pos) |
FPCCR: CLRONRETS bit Mask
Definition at line 1689 of file core_cm33.h.
| #define FPU_FPCCR_CLRONRETS_Msk (1UL << FPU_FPCCR_CLRONRETS_Pos) |
FPCCR: CLRONRETS bit Mask
Definition at line 1689 of file core_cm35p.h.
| #define FPU_FPCCR_CLRONRETS_Pos 27U |
FPCCR: CLRONRETS Position
Definition at line 1769 of file core_armv81mml.h.
| #define FPU_FPCCR_CLRONRETS_Pos 27U |
FPCCR: CLRONRETS Position
Definition at line 1613 of file core_armv8mml.h.
| #define FPU_FPCCR_CLRONRETS_Pos 27U |
FPCCR: CLRONRETS Position
Definition at line 1688 of file core_cm33.h.
| #define FPU_FPCCR_CLRONRETS_Pos 27U |
FPCCR: CLRONRETS Position
Definition at line 1688 of file core_cm35p.h.
| #define FPU_FPCCR_HFRDY_Msk (1UL << FPU_FPCCR_HFRDY_Pos) |
FPCCR: HFRDY bit Mask
Definition at line 1794 of file core_armv81mml.h.
| #define FPU_FPCCR_HFRDY_Msk (1UL << FPU_FPCCR_HFRDY_Pos) |
FPCCR: HFRDY bit Mask
Definition at line 1638 of file core_armv8mml.h.
| #define FPU_FPCCR_HFRDY_Msk (1UL << FPU_FPCCR_HFRDY_Pos) |
FPCCR: HFRDY bit Mask
Definition at line 1713 of file core_cm33.h.
| #define FPU_FPCCR_HFRDY_Msk (1UL << FPU_FPCCR_HFRDY_Pos) |
FPCCR: HFRDY bit Mask
Definition at line 1713 of file core_cm35p.h.
| #define FPU_FPCCR_HFRDY_Msk (1UL << FPU_FPCCR_HFRDY_Pos) |
FPCCR: HFRDY bit Mask
Definition at line 1332 of file core_cm4.h.
| #define FPU_FPCCR_HFRDY_Msk (1UL << FPU_FPCCR_HFRDY_Pos) |
FPCCR: HFRDY bit Mask
Definition at line 1555 of file core_cm7.h.
| #define FPU_FPCCR_HFRDY_Pos 4U |
FPCCR: HFRDY Position
Definition at line 1793 of file core_armv81mml.h.
| #define FPU_FPCCR_HFRDY_Pos 4U |
FPCCR: HFRDY Position
Definition at line 1637 of file core_armv8mml.h.
| #define FPU_FPCCR_HFRDY_Pos 4U |
FPCCR: HFRDY Position
Definition at line 1712 of file core_cm33.h.
| #define FPU_FPCCR_HFRDY_Pos 4U |
FPCCR: HFRDY Position
Definition at line 1712 of file core_cm35p.h.
| #define FPU_FPCCR_HFRDY_Pos 4U |
FPCCR: HFRDY Position
Definition at line 1331 of file core_cm4.h.
| #define FPU_FPCCR_HFRDY_Pos 4U |
FPCCR: HFRDY Position
Definition at line 1554 of file core_cm7.h.
| #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) |
FPCCR: Lazy state preservation active bit Mask
Definition at line 1806 of file core_armv81mml.h.
| #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) |
FPCCR: Lazy state preservation active bit Mask
Definition at line 1650 of file core_armv8mml.h.
| #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) |
FPCCR: Lazy state preservation active bit Mask
Definition at line 1725 of file core_cm33.h.
| #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) |
FPCCR: Lazy state preservation active bit Mask
Definition at line 1725 of file core_cm35p.h.
| #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) |
FPCCR: Lazy state preservation active bit Mask
Definition at line 1341 of file core_cm4.h.
| #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) |
FPCCR: Lazy state preservation active bit Mask
Definition at line 1564 of file core_cm7.h.
| #define FPU_FPCCR_LSPACT_Pos 0U |
FPCCR: Lazy state preservation active bit Position
Definition at line 1805 of file core_armv81mml.h.
| #define FPU_FPCCR_LSPACT_Pos 0U |
FPCCR: Lazy state preservation active bit Position
Definition at line 1649 of file core_armv8mml.h.
| #define FPU_FPCCR_LSPACT_Pos 0U |
FPCCR: Lazy state preservation active bit Position
Definition at line 1724 of file core_cm33.h.
| #define FPU_FPCCR_LSPACT_Pos 0U |
FPCCR: Lazy state preservation active bit Position
Definition at line 1724 of file core_cm35p.h.
| #define FPU_FPCCR_LSPACT_Pos 0U |
FPCCR: Lazy state preservation active bit Position
Definition at line 1340 of file core_cm4.h.
| #define FPU_FPCCR_LSPACT_Pos 0U |
FPCCR: Lazy state preservation active bit Position
Definition at line 1563 of file core_cm7.h.
| #define FPU_FPCCR_LSPEN_Msk (1UL << FPU_FPCCR_LSPEN_Pos) |
FPCCR: LSPEN bit Mask
Definition at line 1761 of file core_armv81mml.h.
| #define FPU_FPCCR_LSPEN_Msk (1UL << FPU_FPCCR_LSPEN_Pos) |
FPCCR: LSPEN bit Mask
Definition at line 1605 of file core_armv8mml.h.
| #define FPU_FPCCR_LSPEN_Msk (1UL << FPU_FPCCR_LSPEN_Pos) |
FPCCR: LSPEN bit Mask
Definition at line 1680 of file core_cm33.h.
| #define FPU_FPCCR_LSPEN_Msk (1UL << FPU_FPCCR_LSPEN_Pos) |
FPCCR: LSPEN bit Mask
Definition at line 1680 of file core_cm35p.h.
| #define FPU_FPCCR_LSPEN_Msk (1UL << FPU_FPCCR_LSPEN_Pos) |
FPCCR: LSPEN bit Mask
Definition at line 1320 of file core_cm4.h.
| #define FPU_FPCCR_LSPEN_Msk (1UL << FPU_FPCCR_LSPEN_Pos) |
FPCCR: LSPEN bit Mask
Definition at line 1543 of file core_cm7.h.
| #define FPU_FPCCR_LSPEN_Pos 30U |
FPCCR: LSPEN Position
Definition at line 1760 of file core_armv81mml.h.
| #define FPU_FPCCR_LSPEN_Pos 30U |
FPCCR: LSPEN Position
Definition at line 1604 of file core_armv8mml.h.
| #define FPU_FPCCR_LSPEN_Pos 30U |
FPCCR: LSPEN Position
Definition at line 1679 of file core_cm33.h.
| #define FPU_FPCCR_LSPEN_Pos 30U |
FPCCR: LSPEN Position
Definition at line 1679 of file core_cm35p.h.
| #define FPU_FPCCR_LSPEN_Pos 30U |
FPCCR: LSPEN Position
Definition at line 1319 of file core_cm4.h.
| #define FPU_FPCCR_LSPEN_Pos 30U |
FPCCR: LSPEN Position
Definition at line 1542 of file core_cm7.h.
| #define FPU_FPCCR_LSPENS_Msk (1UL << FPU_FPCCR_LSPENS_Pos) |
FPCCR: LSPENS bit Mask
Definition at line 1764 of file core_armv81mml.h.
| #define FPU_FPCCR_LSPENS_Msk (1UL << FPU_FPCCR_LSPENS_Pos) |
FPCCR: LSPENS bit Mask
Definition at line 1608 of file core_armv8mml.h.
| #define FPU_FPCCR_LSPENS_Msk (1UL << FPU_FPCCR_LSPENS_Pos) |
FPCCR: LSPENS bit Mask
Definition at line 1683 of file core_cm33.h.
| #define FPU_FPCCR_LSPENS_Msk (1UL << FPU_FPCCR_LSPENS_Pos) |
FPCCR: LSPENS bit Mask
Definition at line 1683 of file core_cm35p.h.
| #define FPU_FPCCR_LSPENS_Pos 29U |
FPCCR: LSPENS Position
Definition at line 1763 of file core_armv81mml.h.
| #define FPU_FPCCR_LSPENS_Pos 29U |
FPCCR: LSPENS Position
Definition at line 1607 of file core_armv8mml.h.
| #define FPU_FPCCR_LSPENS_Pos 29U |
FPCCR: LSPENS Position
Definition at line 1682 of file core_cm33.h.
| #define FPU_FPCCR_LSPENS_Pos 29U |
FPCCR: LSPENS Position
Definition at line 1682 of file core_cm35p.h.
| #define FPU_FPCCR_MMRDY_Msk (1UL << FPU_FPCCR_MMRDY_Pos) |
FPCCR: MMRDY bit Mask
Definition at line 1791 of file core_armv81mml.h.
| #define FPU_FPCCR_MMRDY_Msk (1UL << FPU_FPCCR_MMRDY_Pos) |
FPCCR: MMRDY bit Mask
Definition at line 1635 of file core_armv8mml.h.
| #define FPU_FPCCR_MMRDY_Msk (1UL << FPU_FPCCR_MMRDY_Pos) |
FPCCR: MMRDY bit Mask
Definition at line 1710 of file core_cm33.h.
| #define FPU_FPCCR_MMRDY_Msk (1UL << FPU_FPCCR_MMRDY_Pos) |
FPCCR: MMRDY bit Mask
Definition at line 1710 of file core_cm35p.h.
| #define FPU_FPCCR_MMRDY_Msk (1UL << FPU_FPCCR_MMRDY_Pos) |
FPCCR: MMRDY bit Mask
Definition at line 1329 of file core_cm4.h.
| #define FPU_FPCCR_MMRDY_Msk (1UL << FPU_FPCCR_MMRDY_Pos) |
FPCCR: MMRDY bit Mask
Definition at line 1552 of file core_cm7.h.
| #define FPU_FPCCR_MMRDY_Pos 5U |
FPCCR: MMRDY Position
Definition at line 1790 of file core_armv81mml.h.
| #define FPU_FPCCR_MMRDY_Pos 5U |
FPCCR: MMRDY Position
Definition at line 1634 of file core_armv8mml.h.
| #define FPU_FPCCR_MMRDY_Pos 5U |
FPCCR: MMRDY Position
Definition at line 1709 of file core_cm33.h.
| #define FPU_FPCCR_MMRDY_Pos 5U |
FPCCR: MMRDY Position
Definition at line 1709 of file core_cm35p.h.
| #define FPU_FPCCR_MMRDY_Pos 5U |
FPCCR: MMRDY Position
Definition at line 1328 of file core_cm4.h.
| #define FPU_FPCCR_MMRDY_Pos 5U |
FPCCR: MMRDY Position
Definition at line 1551 of file core_cm7.h.
| #define FPU_FPCCR_MONRDY_Msk (1UL << FPU_FPCCR_MONRDY_Pos) |
FPCCR: MONRDY bit Mask
Definition at line 1782 of file core_armv81mml.h.
| #define FPU_FPCCR_MONRDY_Msk (1UL << FPU_FPCCR_MONRDY_Pos) |
FPCCR: MONRDY bit Mask
Definition at line 1626 of file core_armv8mml.h.
| #define FPU_FPCCR_MONRDY_Msk (1UL << FPU_FPCCR_MONRDY_Pos) |
FPCCR: MONRDY bit Mask
Definition at line 1701 of file core_cm33.h.
| #define FPU_FPCCR_MONRDY_Msk (1UL << FPU_FPCCR_MONRDY_Pos) |
FPCCR: MONRDY bit Mask
Definition at line 1701 of file core_cm35p.h.
| #define FPU_FPCCR_MONRDY_Msk (1UL << FPU_FPCCR_MONRDY_Pos) |
FPCCR: MONRDY bit Mask
Definition at line 1323 of file core_cm4.h.
| #define FPU_FPCCR_MONRDY_Msk (1UL << FPU_FPCCR_MONRDY_Pos) |
FPCCR: MONRDY bit Mask
Definition at line 1546 of file core_cm7.h.
| #define FPU_FPCCR_MONRDY_Pos 8U |
FPCCR: MONRDY Position
Definition at line 1781 of file core_armv81mml.h.
| #define FPU_FPCCR_MONRDY_Pos 8U |
FPCCR: MONRDY Position
Definition at line 1625 of file core_armv8mml.h.
| #define FPU_FPCCR_MONRDY_Pos 8U |
FPCCR: MONRDY Position
Definition at line 1700 of file core_cm33.h.
| #define FPU_FPCCR_MONRDY_Pos 8U |
FPCCR: MONRDY Position
Definition at line 1700 of file core_cm35p.h.
| #define FPU_FPCCR_MONRDY_Pos 8U |
FPCCR: MONRDY Position
Definition at line 1322 of file core_cm4.h.
| #define FPU_FPCCR_MONRDY_Pos 8U |
FPCCR: MONRDY Position
Definition at line 1545 of file core_cm7.h.
| #define FPU_FPCCR_S_Msk (1UL << FPU_FPCCR_S_Pos) |
FPCCR: Security status of the FP context bit Mask
Definition at line 1800 of file core_armv81mml.h.
| #define FPU_FPCCR_S_Msk (1UL << FPU_FPCCR_S_Pos) |
FPCCR: Security status of the FP context bit Mask
Definition at line 1644 of file core_armv8mml.h.
| #define FPU_FPCCR_S_Msk (1UL << FPU_FPCCR_S_Pos) |
FPCCR: Security status of the FP context bit Mask
Definition at line 1719 of file core_cm33.h.
| #define FPU_FPCCR_S_Msk (1UL << FPU_FPCCR_S_Pos) |
FPCCR: Security status of the FP context bit Mask
Definition at line 1719 of file core_cm35p.h.
| #define FPU_FPCCR_S_Pos 2U |
FPCCR: Security status of the FP context bit Position
Definition at line 1799 of file core_armv81mml.h.
| #define FPU_FPCCR_S_Pos 2U |
FPCCR: Security status of the FP context bit Position
Definition at line 1643 of file core_armv8mml.h.
| #define FPU_FPCCR_S_Pos 2U |
FPCCR: Security status of the FP context bit Position
Definition at line 1718 of file core_cm33.h.
| #define FPU_FPCCR_S_Pos 2U |
FPCCR: Security status of the FP context bit Position
Definition at line 1718 of file core_cm35p.h.
| #define FPU_FPCCR_SFRDY_Msk (1UL << FPU_FPCCR_SFRDY_Pos) |
FPCCR: SFRDY bit Mask
Definition at line 1785 of file core_armv81mml.h.
| #define FPU_FPCCR_SFRDY_Msk (1UL << FPU_FPCCR_SFRDY_Pos) |
FPCCR: SFRDY bit Mask
Definition at line 1629 of file core_armv8mml.h.
| #define FPU_FPCCR_SFRDY_Msk (1UL << FPU_FPCCR_SFRDY_Pos) |
FPCCR: SFRDY bit Mask
Definition at line 1704 of file core_cm33.h.
| #define FPU_FPCCR_SFRDY_Msk (1UL << FPU_FPCCR_SFRDY_Pos) |
FPCCR: SFRDY bit Mask
Definition at line 1704 of file core_cm35p.h.
| #define FPU_FPCCR_SFRDY_Pos 7U |
FPCCR: SFRDY Position
Definition at line 1784 of file core_armv81mml.h.
| #define FPU_FPCCR_SFRDY_Pos 7U |
FPCCR: SFRDY Position
Definition at line 1628 of file core_armv8mml.h.
| #define FPU_FPCCR_SFRDY_Pos 7U |
FPCCR: SFRDY Position
Definition at line 1703 of file core_cm33.h.
| #define FPU_FPCCR_SFRDY_Pos 7U |
FPCCR: SFRDY Position
Definition at line 1703 of file core_cm35p.h.
| #define FPU_FPCCR_SPLIMVIOL_Msk (1UL << FPU_FPCCR_SPLIMVIOL_Pos) |
FPCCR: SPLIMVIOL bit Mask
Definition at line 1779 of file core_armv81mml.h.
| #define FPU_FPCCR_SPLIMVIOL_Msk (1UL << FPU_FPCCR_SPLIMVIOL_Pos) |
FPCCR: SPLIMVIOL bit Mask
Definition at line 1623 of file core_armv8mml.h.
| #define FPU_FPCCR_SPLIMVIOL_Msk (1UL << FPU_FPCCR_SPLIMVIOL_Pos) |
FPCCR: SPLIMVIOL bit Mask
Definition at line 1698 of file core_cm33.h.
| #define FPU_FPCCR_SPLIMVIOL_Msk (1UL << FPU_FPCCR_SPLIMVIOL_Pos) |
FPCCR: SPLIMVIOL bit Mask
Definition at line 1698 of file core_cm35p.h.
| #define FPU_FPCCR_SPLIMVIOL_Pos 9U |
FPCCR: SPLIMVIOL Position
Definition at line 1778 of file core_armv81mml.h.
| #define FPU_FPCCR_SPLIMVIOL_Pos 9U |
FPCCR: SPLIMVIOL Position
Definition at line 1622 of file core_armv8mml.h.
| #define FPU_FPCCR_SPLIMVIOL_Pos 9U |
FPCCR: SPLIMVIOL Position
Definition at line 1697 of file core_cm33.h.
| #define FPU_FPCCR_SPLIMVIOL_Pos 9U |
FPCCR: SPLIMVIOL Position
Definition at line 1697 of file core_cm35p.h.
| #define FPU_FPCCR_THREAD_Msk (1UL << FPU_FPCCR_THREAD_Pos) |
FPCCR: processor mode active bit Mask
Definition at line 1797 of file core_armv81mml.h.
| #define FPU_FPCCR_THREAD_Msk (1UL << FPU_FPCCR_THREAD_Pos) |
FPCCR: processor mode active bit Mask
Definition at line 1641 of file core_armv8mml.h.
| #define FPU_FPCCR_THREAD_Msk (1UL << FPU_FPCCR_THREAD_Pos) |
FPCCR: processor mode active bit Mask
Definition at line 1716 of file core_cm33.h.
| #define FPU_FPCCR_THREAD_Msk (1UL << FPU_FPCCR_THREAD_Pos) |
FPCCR: processor mode active bit Mask
Definition at line 1716 of file core_cm35p.h.
| #define FPU_FPCCR_THREAD_Msk (1UL << FPU_FPCCR_THREAD_Pos) |
FPCCR: processor mode active bit Mask
Definition at line 1335 of file core_cm4.h.
| #define FPU_FPCCR_THREAD_Msk (1UL << FPU_FPCCR_THREAD_Pos) |
FPCCR: processor mode active bit Mask
Definition at line 1558 of file core_cm7.h.
| #define FPU_FPCCR_THREAD_Pos 3U |
FPCCR: processor mode bit Position
Definition at line 1796 of file core_armv81mml.h.
| #define FPU_FPCCR_THREAD_Pos 3U |
FPCCR: processor mode bit Position
Definition at line 1640 of file core_armv8mml.h.
| #define FPU_FPCCR_THREAD_Pos 3U |
FPCCR: processor mode bit Position
Definition at line 1715 of file core_cm33.h.
| #define FPU_FPCCR_THREAD_Pos 3U |
FPCCR: processor mode bit Position
Definition at line 1715 of file core_cm35p.h.
| #define FPU_FPCCR_THREAD_Pos 3U |
FPCCR: processor mode bit Position
Definition at line 1334 of file core_cm4.h.
| #define FPU_FPCCR_THREAD_Pos 3U |
FPCCR: processor mode bit Position
Definition at line 1557 of file core_cm7.h.
| #define FPU_FPCCR_TS_Msk (1UL << FPU_FPCCR_TS_Pos) |
FPCCR: TS bit Mask
Definition at line 1773 of file core_armv81mml.h.
| #define FPU_FPCCR_TS_Msk (1UL << FPU_FPCCR_TS_Pos) |
FPCCR: TS bit Mask
Definition at line 1617 of file core_armv8mml.h.
| #define FPU_FPCCR_TS_Msk (1UL << FPU_FPCCR_TS_Pos) |
FPCCR: TS bit Mask
Definition at line 1692 of file core_cm33.h.
| #define FPU_FPCCR_TS_Msk (1UL << FPU_FPCCR_TS_Pos) |
FPCCR: TS bit Mask
Definition at line 1692 of file core_cm35p.h.
| #define FPU_FPCCR_TS_Pos 26U |
FPCCR: TS Position
Definition at line 1772 of file core_armv81mml.h.
| #define FPU_FPCCR_TS_Pos 26U |
FPCCR: TS Position
Definition at line 1616 of file core_armv8mml.h.
| #define FPU_FPCCR_TS_Pos 26U |
FPCCR: TS Position
Definition at line 1691 of file core_cm33.h.
| #define FPU_FPCCR_TS_Pos 26U |
FPCCR: TS Position
Definition at line 1691 of file core_cm35p.h.
| #define FPU_FPCCR_UFRDY_Msk (1UL << FPU_FPCCR_UFRDY_Pos) |
FPCCR: UFRDY bit Mask
Definition at line 1776 of file core_armv81mml.h.
| #define FPU_FPCCR_UFRDY_Msk (1UL << FPU_FPCCR_UFRDY_Pos) |
FPCCR: UFRDY bit Mask
Definition at line 1620 of file core_armv8mml.h.
| #define FPU_FPCCR_UFRDY_Msk (1UL << FPU_FPCCR_UFRDY_Pos) |
FPCCR: UFRDY bit Mask
Definition at line 1695 of file core_cm33.h.
| #define FPU_FPCCR_UFRDY_Msk (1UL << FPU_FPCCR_UFRDY_Pos) |
FPCCR: UFRDY bit Mask
Definition at line 1695 of file core_cm35p.h.
| #define FPU_FPCCR_UFRDY_Pos 10U |
FPCCR: UFRDY Position
Definition at line 1775 of file core_armv81mml.h.
| #define FPU_FPCCR_UFRDY_Pos 10U |
FPCCR: UFRDY Position
Definition at line 1619 of file core_armv8mml.h.
| #define FPU_FPCCR_UFRDY_Pos 10U |
FPCCR: UFRDY Position
Definition at line 1694 of file core_cm33.h.
| #define FPU_FPCCR_UFRDY_Pos 10U |
FPCCR: UFRDY Position
Definition at line 1694 of file core_cm35p.h.
| #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) |
FPCCR: privilege level bit Mask
Definition at line 1803 of file core_armv81mml.h.
| #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) |
FPCCR: privilege level bit Mask
Definition at line 1647 of file core_armv8mml.h.
| #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) |
FPCCR: privilege level bit Mask
Definition at line 1722 of file core_cm33.h.
| #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) |
FPCCR: privilege level bit Mask
Definition at line 1722 of file core_cm35p.h.
| #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) |
FPCCR: privilege level bit Mask
Definition at line 1338 of file core_cm4.h.
| #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) |
FPCCR: privilege level bit Mask
Definition at line 1561 of file core_cm7.h.
| #define FPU_FPCCR_USER_Pos 1U |
FPCCR: privilege level bit Position
Definition at line 1802 of file core_armv81mml.h.
| #define FPU_FPCCR_USER_Pos 1U |
FPCCR: privilege level bit Position
Definition at line 1646 of file core_armv8mml.h.
| #define FPU_FPCCR_USER_Pos 1U |
FPCCR: privilege level bit Position
Definition at line 1721 of file core_cm33.h.
| #define FPU_FPCCR_USER_Pos 1U |
FPCCR: privilege level bit Position
Definition at line 1721 of file core_cm35p.h.
| #define FPU_FPCCR_USER_Pos 1U |
FPCCR: privilege level bit Position
Definition at line 1337 of file core_cm4.h.
| #define FPU_FPCCR_USER_Pos 1U |
FPCCR: privilege level bit Position
Definition at line 1560 of file core_cm7.h.
| #define FPU_FPDSCR_AHP_Msk (1UL << FPU_FPDSCR_AHP_Pos) |
FPDSCR: AHP bit Mask
Definition at line 1814 of file core_armv81mml.h.
| #define FPU_FPDSCR_AHP_Msk (1UL << FPU_FPDSCR_AHP_Pos) |
FPDSCR: AHP bit Mask
Definition at line 1658 of file core_armv8mml.h.
| #define FPU_FPDSCR_AHP_Msk (1UL << FPU_FPDSCR_AHP_Pos) |
FPDSCR: AHP bit Mask
Definition at line 1733 of file core_cm33.h.
| #define FPU_FPDSCR_AHP_Msk (1UL << FPU_FPDSCR_AHP_Pos) |
FPDSCR: AHP bit Mask
Definition at line 1733 of file core_cm35p.h.
| #define FPU_FPDSCR_AHP_Msk (1UL << FPU_FPDSCR_AHP_Pos) |
FPDSCR: AHP bit Mask
Definition at line 1349 of file core_cm4.h.
| #define FPU_FPDSCR_AHP_Msk (1UL << FPU_FPDSCR_AHP_Pos) |
FPDSCR: AHP bit Mask
Definition at line 1572 of file core_cm7.h.
| #define FPU_FPDSCR_AHP_Pos 26U |
FPDSCR: AHP bit Position
Definition at line 1813 of file core_armv81mml.h.
| #define FPU_FPDSCR_AHP_Pos 26U |
FPDSCR: AHP bit Position
Definition at line 1657 of file core_armv8mml.h.
| #define FPU_FPDSCR_AHP_Pos 26U |
FPDSCR: AHP bit Position
Definition at line 1732 of file core_cm33.h.
| #define FPU_FPDSCR_AHP_Pos 26U |
FPDSCR: AHP bit Position
Definition at line 1732 of file core_cm35p.h.
| #define FPU_FPDSCR_AHP_Pos 26U |
FPDSCR: AHP bit Position
Definition at line 1348 of file core_cm4.h.
| #define FPU_FPDSCR_AHP_Pos 26U |
FPDSCR: AHP bit Position
Definition at line 1571 of file core_cm7.h.
| #define FPU_FPDSCR_DN_Msk (1UL << FPU_FPDSCR_DN_Pos) |
FPDSCR: DN bit Mask
Definition at line 1817 of file core_armv81mml.h.
| #define FPU_FPDSCR_DN_Msk (1UL << FPU_FPDSCR_DN_Pos) |
FPDSCR: DN bit Mask
Definition at line 1661 of file core_armv8mml.h.
| #define FPU_FPDSCR_DN_Msk (1UL << FPU_FPDSCR_DN_Pos) |
FPDSCR: DN bit Mask
Definition at line 1736 of file core_cm33.h.
| #define FPU_FPDSCR_DN_Msk (1UL << FPU_FPDSCR_DN_Pos) |
FPDSCR: DN bit Mask
Definition at line 1736 of file core_cm35p.h.
| #define FPU_FPDSCR_DN_Msk (1UL << FPU_FPDSCR_DN_Pos) |
FPDSCR: DN bit Mask
Definition at line 1352 of file core_cm4.h.
| #define FPU_FPDSCR_DN_Msk (1UL << FPU_FPDSCR_DN_Pos) |
FPDSCR: DN bit Mask
Definition at line 1575 of file core_cm7.h.
| #define FPU_FPDSCR_DN_Pos 25U |
FPDSCR: DN bit Position
Definition at line 1816 of file core_armv81mml.h.
| #define FPU_FPDSCR_DN_Pos 25U |
FPDSCR: DN bit Position
Definition at line 1660 of file core_armv8mml.h.
| #define FPU_FPDSCR_DN_Pos 25U |
FPDSCR: DN bit Position
Definition at line 1735 of file core_cm33.h.
| #define FPU_FPDSCR_DN_Pos 25U |
FPDSCR: DN bit Position
Definition at line 1735 of file core_cm35p.h.
| #define FPU_FPDSCR_DN_Pos 25U |
FPDSCR: DN bit Position
Definition at line 1351 of file core_cm4.h.
| #define FPU_FPDSCR_DN_Pos 25U |
FPDSCR: DN bit Position
Definition at line 1574 of file core_cm7.h.
| #define FPU_FPDSCR_FZ_Msk (1UL << FPU_FPDSCR_FZ_Pos) |
FPDSCR: FZ bit Mask
Definition at line 1820 of file core_armv81mml.h.
| #define FPU_FPDSCR_FZ_Msk (1UL << FPU_FPDSCR_FZ_Pos) |
FPDSCR: FZ bit Mask
Definition at line 1664 of file core_armv8mml.h.
| #define FPU_FPDSCR_FZ_Msk (1UL << FPU_FPDSCR_FZ_Pos) |
FPDSCR: FZ bit Mask
Definition at line 1739 of file core_cm33.h.
| #define FPU_FPDSCR_FZ_Msk (1UL << FPU_FPDSCR_FZ_Pos) |
FPDSCR: FZ bit Mask
Definition at line 1739 of file core_cm35p.h.
| #define FPU_FPDSCR_FZ_Msk (1UL << FPU_FPDSCR_FZ_Pos) |
FPDSCR: FZ bit Mask
Definition at line 1355 of file core_cm4.h.
| #define FPU_FPDSCR_FZ_Msk (1UL << FPU_FPDSCR_FZ_Pos) |
FPDSCR: FZ bit Mask
Definition at line 1578 of file core_cm7.h.
| #define FPU_FPDSCR_FZ_Pos 24U |
FPDSCR: FZ bit Position
Definition at line 1819 of file core_armv81mml.h.
| #define FPU_FPDSCR_FZ_Pos 24U |
FPDSCR: FZ bit Position
Definition at line 1663 of file core_armv8mml.h.
| #define FPU_FPDSCR_FZ_Pos 24U |
FPDSCR: FZ bit Position
Definition at line 1738 of file core_cm33.h.
| #define FPU_FPDSCR_FZ_Pos 24U |
FPDSCR: FZ bit Position
Definition at line 1738 of file core_cm35p.h.
| #define FPU_FPDSCR_FZ_Pos 24U |
FPDSCR: FZ bit Position
Definition at line 1354 of file core_cm4.h.
| #define FPU_FPDSCR_FZ_Pos 24U |
FPDSCR: FZ bit Position
Definition at line 1577 of file core_cm7.h.
| #define FPU_FPDSCR_RMode_Msk (3UL << FPU_FPDSCR_RMode_Pos) |
FPDSCR: RMode bit Mask
Definition at line 1823 of file core_armv81mml.h.
| #define FPU_FPDSCR_RMode_Msk (3UL << FPU_FPDSCR_RMode_Pos) |
FPDSCR: RMode bit Mask
Definition at line 1667 of file core_armv8mml.h.
| #define FPU_FPDSCR_RMode_Msk (3UL << FPU_FPDSCR_RMode_Pos) |
FPDSCR: RMode bit Mask
Definition at line 1742 of file core_cm33.h.
| #define FPU_FPDSCR_RMode_Msk (3UL << FPU_FPDSCR_RMode_Pos) |
FPDSCR: RMode bit Mask
Definition at line 1742 of file core_cm35p.h.
| #define FPU_FPDSCR_RMode_Msk (3UL << FPU_FPDSCR_RMode_Pos) |
FPDSCR: RMode bit Mask
Definition at line 1358 of file core_cm4.h.
| #define FPU_FPDSCR_RMode_Msk (3UL << FPU_FPDSCR_RMode_Pos) |
FPDSCR: RMode bit Mask
Definition at line 1581 of file core_cm7.h.
| #define FPU_FPDSCR_RMode_Pos 22U |
FPDSCR: RMode bit Position
Definition at line 1822 of file core_armv81mml.h.
| #define FPU_FPDSCR_RMode_Pos 22U |
FPDSCR: RMode bit Position
Definition at line 1666 of file core_armv8mml.h.
| #define FPU_FPDSCR_RMode_Pos 22U |
FPDSCR: RMode bit Position
Definition at line 1741 of file core_cm33.h.
| #define FPU_FPDSCR_RMode_Pos 22U |
FPDSCR: RMode bit Position
Definition at line 1741 of file core_cm35p.h.
| #define FPU_FPDSCR_RMode_Pos 22U |
FPDSCR: RMode bit Position
Definition at line 1357 of file core_cm4.h.
| #define FPU_FPDSCR_RMode_Pos 22U |
FPDSCR: RMode bit Position
Definition at line 1580 of file core_cm7.h.
| #define FPU_MVFR0_A_SIMD_registers_Msk (0xFUL /*<< FPU_MVFR0_A_SIMD_registers_Pos*/) |
MVFR0: A_SIMD registers bits Mask
Definition at line 1848 of file core_armv81mml.h.
| #define FPU_MVFR0_A_SIMD_registers_Msk (0xFUL /*<< FPU_MVFR0_A_SIMD_registers_Pos*/) |
MVFR0: A_SIMD registers bits Mask
Definition at line 1692 of file core_armv8mml.h.
| #define FPU_MVFR0_A_SIMD_registers_Msk (0xFUL /*<< FPU_MVFR0_A_SIMD_registers_Pos*/) |
MVFR0: A_SIMD registers bits Mask
Definition at line 1767 of file core_cm33.h.
| #define FPU_MVFR0_A_SIMD_registers_Msk (0xFUL /*<< FPU_MVFR0_A_SIMD_registers_Pos*/) |
MVFR0: A_SIMD registers bits Mask
Definition at line 1767 of file core_cm35p.h.
| #define FPU_MVFR0_A_SIMD_registers_Msk (0xFUL /*<< FPU_MVFR0_A_SIMD_registers_Pos*/) |
MVFR0: A_SIMD registers bits Mask
Definition at line 1383 of file core_cm4.h.
| #define FPU_MVFR0_A_SIMD_registers_Msk (0xFUL /*<< FPU_MVFR0_A_SIMD_registers_Pos*/) |
MVFR0: A_SIMD registers bits Mask
Definition at line 1606 of file core_cm7.h.
| #define FPU_MVFR0_A_SIMD_registers_Pos 0U |
MVFR0: A_SIMD registers bits Position
Definition at line 1847 of file core_armv81mml.h.
| #define FPU_MVFR0_A_SIMD_registers_Pos 0U |
MVFR0: A_SIMD registers bits Position
Definition at line 1691 of file core_armv8mml.h.
| #define FPU_MVFR0_A_SIMD_registers_Pos 0U |
MVFR0: A_SIMD registers bits Position
Definition at line 1766 of file core_cm33.h.
| #define FPU_MVFR0_A_SIMD_registers_Pos 0U |
MVFR0: A_SIMD registers bits Position
Definition at line 1766 of file core_cm35p.h.
| #define FPU_MVFR0_A_SIMD_registers_Pos 0U |
MVFR0: A_SIMD registers bits Position
Definition at line 1382 of file core_cm4.h.
| #define FPU_MVFR0_A_SIMD_registers_Pos 0U |
MVFR0: A_SIMD registers bits Position
Definition at line 1605 of file core_cm7.h.
| #define FPU_MVFR0_Divide_Msk (0xFUL << FPU_MVFR0_Divide_Pos) |
MVFR0: Divide bits Mask
Definition at line 1836 of file core_armv81mml.h.
| #define FPU_MVFR0_Divide_Msk (0xFUL << FPU_MVFR0_Divide_Pos) |
MVFR0: Divide bits Mask
Definition at line 1680 of file core_armv8mml.h.
| #define FPU_MVFR0_Divide_Msk (0xFUL << FPU_MVFR0_Divide_Pos) |
MVFR0: Divide bits Mask
Definition at line 1755 of file core_cm33.h.
| #define FPU_MVFR0_Divide_Msk (0xFUL << FPU_MVFR0_Divide_Pos) |
MVFR0: Divide bits Mask
Definition at line 1755 of file core_cm35p.h.
| #define FPU_MVFR0_Divide_Msk (0xFUL << FPU_MVFR0_Divide_Pos) |
MVFR0: Divide bits Mask
Definition at line 1371 of file core_cm4.h.
| #define FPU_MVFR0_Divide_Msk (0xFUL << FPU_MVFR0_Divide_Pos) |
MVFR0: Divide bits Mask
Definition at line 1594 of file core_cm7.h.
| #define FPU_MVFR0_Divide_Pos 16U |
MVFR0: Divide bits Position
Definition at line 1835 of file core_armv81mml.h.
| #define FPU_MVFR0_Divide_Pos 16U |
MVFR0: Divide bits Position
Definition at line 1679 of file core_armv8mml.h.
| #define FPU_MVFR0_Divide_Pos 16U |
MVFR0: Divide bits Position
Definition at line 1754 of file core_cm33.h.
| #define FPU_MVFR0_Divide_Pos 16U |
MVFR0: Divide bits Position
Definition at line 1754 of file core_cm35p.h.
| #define FPU_MVFR0_Divide_Pos 16U |
MVFR0: Divide bits Position
Definition at line 1370 of file core_cm4.h.
| #define FPU_MVFR0_Divide_Pos 16U |
MVFR0: Divide bits Position
Definition at line 1593 of file core_cm7.h.
| #define FPU_MVFR0_Double_precision_Msk (0xFUL << FPU_MVFR0_Double_precision_Pos) |
MVFR0: Double-precision bits Mask
Definition at line 1842 of file core_armv81mml.h.
| #define FPU_MVFR0_Double_precision_Msk (0xFUL << FPU_MVFR0_Double_precision_Pos) |
MVFR0: Double-precision bits Mask
Definition at line 1686 of file core_armv8mml.h.
| #define FPU_MVFR0_Double_precision_Msk (0xFUL << FPU_MVFR0_Double_precision_Pos) |
MVFR0: Double-precision bits Mask
Definition at line 1761 of file core_cm33.h.
| #define FPU_MVFR0_Double_precision_Msk (0xFUL << FPU_MVFR0_Double_precision_Pos) |
MVFR0: Double-precision bits Mask
Definition at line 1761 of file core_cm35p.h.
| #define FPU_MVFR0_Double_precision_Msk (0xFUL << FPU_MVFR0_Double_precision_Pos) |
MVFR0: Double-precision bits Mask
Definition at line 1377 of file core_cm4.h.
| #define FPU_MVFR0_Double_precision_Msk (0xFUL << FPU_MVFR0_Double_precision_Pos) |
MVFR0: Double-precision bits Mask
Definition at line 1600 of file core_cm7.h.
| #define FPU_MVFR0_Double_precision_Pos 8U |
MVFR0: Double-precision bits Position
Definition at line 1841 of file core_armv81mml.h.
| #define FPU_MVFR0_Double_precision_Pos 8U |
MVFR0: Double-precision bits Position
Definition at line 1685 of file core_armv8mml.h.
| #define FPU_MVFR0_Double_precision_Pos 8U |
MVFR0: Double-precision bits Position
Definition at line 1760 of file core_cm33.h.
| #define FPU_MVFR0_Double_precision_Pos 8U |
MVFR0: Double-precision bits Position
Definition at line 1760 of file core_cm35p.h.
| #define FPU_MVFR0_Double_precision_Pos 8U |
MVFR0: Double-precision bits Position
Definition at line 1376 of file core_cm4.h.
| #define FPU_MVFR0_Double_precision_Pos 8U |
MVFR0: Double-precision bits Position
Definition at line 1599 of file core_cm7.h.
| #define FPU_MVFR0_FP_excep_trapping_Msk (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos) |
MVFR0: FP exception trapping bits Mask
Definition at line 1839 of file core_armv81mml.h.
| #define FPU_MVFR0_FP_excep_trapping_Msk (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos) |
MVFR0: FP exception trapping bits Mask
Definition at line 1683 of file core_armv8mml.h.
| #define FPU_MVFR0_FP_excep_trapping_Msk (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos) |
MVFR0: FP exception trapping bits Mask
Definition at line 1758 of file core_cm33.h.
| #define FPU_MVFR0_FP_excep_trapping_Msk (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos) |
MVFR0: FP exception trapping bits Mask
Definition at line 1758 of file core_cm35p.h.
| #define FPU_MVFR0_FP_excep_trapping_Msk (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos) |
MVFR0: FP exception trapping bits Mask
Definition at line 1374 of file core_cm4.h.
| #define FPU_MVFR0_FP_excep_trapping_Msk (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos) |
MVFR0: FP exception trapping bits Mask
Definition at line 1597 of file core_cm7.h.
| #define FPU_MVFR0_FP_excep_trapping_Pos 12U |
MVFR0: FP exception trapping bits Position
Definition at line 1838 of file core_armv81mml.h.
| #define FPU_MVFR0_FP_excep_trapping_Pos 12U |
MVFR0: FP exception trapping bits Position
Definition at line 1682 of file core_armv8mml.h.
| #define FPU_MVFR0_FP_excep_trapping_Pos 12U |
MVFR0: FP exception trapping bits Position
Definition at line 1757 of file core_cm33.h.
| #define FPU_MVFR0_FP_excep_trapping_Pos 12U |
MVFR0: FP exception trapping bits Position
Definition at line 1757 of file core_cm35p.h.
| #define FPU_MVFR0_FP_excep_trapping_Pos 12U |
MVFR0: FP exception trapping bits Position
Definition at line 1373 of file core_cm4.h.
| #define FPU_MVFR0_FP_excep_trapping_Pos 12U |
MVFR0: FP exception trapping bits Position
Definition at line 1596 of file core_cm7.h.
| #define FPU_MVFR0_FP_rounding_modes_Msk (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos) |
MVFR0: FP rounding modes bits Mask
Definition at line 1827 of file core_armv81mml.h.
| #define FPU_MVFR0_FP_rounding_modes_Msk (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos) |
MVFR0: FP rounding modes bits Mask
Definition at line 1671 of file core_armv8mml.h.
| #define FPU_MVFR0_FP_rounding_modes_Msk (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos) |
MVFR0: FP rounding modes bits Mask
Definition at line 1746 of file core_cm33.h.
| #define FPU_MVFR0_FP_rounding_modes_Msk (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos) |
MVFR0: FP rounding modes bits Mask
Definition at line 1746 of file core_cm35p.h.
| #define FPU_MVFR0_FP_rounding_modes_Msk (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos) |
MVFR0: FP rounding modes bits Mask
Definition at line 1362 of file core_cm4.h.
| #define FPU_MVFR0_FP_rounding_modes_Msk (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos) |
MVFR0: FP rounding modes bits Mask
Definition at line 1585 of file core_cm7.h.
| #define FPU_MVFR0_FP_rounding_modes_Pos 28U |
MVFR0: FP rounding modes bits Position
Definition at line 1826 of file core_armv81mml.h.
| #define FPU_MVFR0_FP_rounding_modes_Pos 28U |
MVFR0: FP rounding modes bits Position
Definition at line 1670 of file core_armv8mml.h.
| #define FPU_MVFR0_FP_rounding_modes_Pos 28U |
MVFR0: FP rounding modes bits Position
Definition at line 1745 of file core_cm33.h.
| #define FPU_MVFR0_FP_rounding_modes_Pos 28U |
MVFR0: FP rounding modes bits Position
Definition at line 1745 of file core_cm35p.h.
| #define FPU_MVFR0_FP_rounding_modes_Pos 28U |
MVFR0: FP rounding modes bits Position
Definition at line 1361 of file core_cm4.h.
| #define FPU_MVFR0_FP_rounding_modes_Pos 28U |
MVFR0: FP rounding modes bits Position
Definition at line 1584 of file core_cm7.h.
| #define FPU_MVFR0_Short_vectors_Msk (0xFUL << FPU_MVFR0_Short_vectors_Pos) |
MVFR0: Short vectors bits Mask
Definition at line 1830 of file core_armv81mml.h.
| #define FPU_MVFR0_Short_vectors_Msk (0xFUL << FPU_MVFR0_Short_vectors_Pos) |
MVFR0: Short vectors bits Mask
Definition at line 1674 of file core_armv8mml.h.
| #define FPU_MVFR0_Short_vectors_Msk (0xFUL << FPU_MVFR0_Short_vectors_Pos) |
MVFR0: Short vectors bits Mask
Definition at line 1749 of file core_cm33.h.
| #define FPU_MVFR0_Short_vectors_Msk (0xFUL << FPU_MVFR0_Short_vectors_Pos) |
MVFR0: Short vectors bits Mask
Definition at line 1749 of file core_cm35p.h.
| #define FPU_MVFR0_Short_vectors_Msk (0xFUL << FPU_MVFR0_Short_vectors_Pos) |
MVFR0: Short vectors bits Mask
Definition at line 1365 of file core_cm4.h.
| #define FPU_MVFR0_Short_vectors_Msk (0xFUL << FPU_MVFR0_Short_vectors_Pos) |
MVFR0: Short vectors bits Mask
Definition at line 1588 of file core_cm7.h.
| #define FPU_MVFR0_Short_vectors_Pos 24U |
MVFR0: Short vectors bits Position
Definition at line 1829 of file core_armv81mml.h.
| #define FPU_MVFR0_Short_vectors_Pos 24U |
MVFR0: Short vectors bits Position
Definition at line 1673 of file core_armv8mml.h.
| #define FPU_MVFR0_Short_vectors_Pos 24U |
MVFR0: Short vectors bits Position
Definition at line 1748 of file core_cm33.h.
| #define FPU_MVFR0_Short_vectors_Pos 24U |
MVFR0: Short vectors bits Position
Definition at line 1748 of file core_cm35p.h.
| #define FPU_MVFR0_Short_vectors_Pos 24U |
MVFR0: Short vectors bits Position
Definition at line 1364 of file core_cm4.h.
| #define FPU_MVFR0_Short_vectors_Pos 24U |
MVFR0: Short vectors bits Position
Definition at line 1587 of file core_cm7.h.
| #define FPU_MVFR0_Single_precision_Msk (0xFUL << FPU_MVFR0_Single_precision_Pos) |
MVFR0: Single-precision bits Mask
Definition at line 1845 of file core_armv81mml.h.
| #define FPU_MVFR0_Single_precision_Msk (0xFUL << FPU_MVFR0_Single_precision_Pos) |
MVFR0: Single-precision bits Mask
Definition at line 1689 of file core_armv8mml.h.
| #define FPU_MVFR0_Single_precision_Msk (0xFUL << FPU_MVFR0_Single_precision_Pos) |
MVFR0: Single-precision bits Mask
Definition at line 1764 of file core_cm33.h.
| #define FPU_MVFR0_Single_precision_Msk (0xFUL << FPU_MVFR0_Single_precision_Pos) |
MVFR0: Single-precision bits Mask
Definition at line 1764 of file core_cm35p.h.
| #define FPU_MVFR0_Single_precision_Msk (0xFUL << FPU_MVFR0_Single_precision_Pos) |
MVFR0: Single-precision bits Mask
Definition at line 1380 of file core_cm4.h.
| #define FPU_MVFR0_Single_precision_Msk (0xFUL << FPU_MVFR0_Single_precision_Pos) |
MVFR0: Single-precision bits Mask
Definition at line 1603 of file core_cm7.h.
| #define FPU_MVFR0_Single_precision_Pos 4U |
MVFR0: Single-precision bits Position
Definition at line 1844 of file core_armv81mml.h.
| #define FPU_MVFR0_Single_precision_Pos 4U |
MVFR0: Single-precision bits Position
Definition at line 1688 of file core_armv8mml.h.
| #define FPU_MVFR0_Single_precision_Pos 4U |
MVFR0: Single-precision bits Position
Definition at line 1763 of file core_cm33.h.
| #define FPU_MVFR0_Single_precision_Pos 4U |
MVFR0: Single-precision bits Position
Definition at line 1763 of file core_cm35p.h.
| #define FPU_MVFR0_Single_precision_Pos 4U |
MVFR0: Single-precision bits Position
Definition at line 1379 of file core_cm4.h.
| #define FPU_MVFR0_Single_precision_Pos 4U |
MVFR0: Single-precision bits Position
Definition at line 1602 of file core_cm7.h.
| #define FPU_MVFR0_Square_root_Msk (0xFUL << FPU_MVFR0_Square_root_Pos) |
MVFR0: Square root bits Mask
Definition at line 1833 of file core_armv81mml.h.
| #define FPU_MVFR0_Square_root_Msk (0xFUL << FPU_MVFR0_Square_root_Pos) |
MVFR0: Square root bits Mask
Definition at line 1677 of file core_armv8mml.h.
| #define FPU_MVFR0_Square_root_Msk (0xFUL << FPU_MVFR0_Square_root_Pos) |
MVFR0: Square root bits Mask
Definition at line 1752 of file core_cm33.h.
| #define FPU_MVFR0_Square_root_Msk (0xFUL << FPU_MVFR0_Square_root_Pos) |
MVFR0: Square root bits Mask
Definition at line 1752 of file core_cm35p.h.
| #define FPU_MVFR0_Square_root_Msk (0xFUL << FPU_MVFR0_Square_root_Pos) |
MVFR0: Square root bits Mask
Definition at line 1368 of file core_cm4.h.
| #define FPU_MVFR0_Square_root_Msk (0xFUL << FPU_MVFR0_Square_root_Pos) |
MVFR0: Square root bits Mask
Definition at line 1591 of file core_cm7.h.
| #define FPU_MVFR0_Square_root_Pos 20U |
MVFR0: Square root bits Position
Definition at line 1832 of file core_armv81mml.h.
| #define FPU_MVFR0_Square_root_Pos 20U |
MVFR0: Square root bits Position
Definition at line 1676 of file core_armv8mml.h.
| #define FPU_MVFR0_Square_root_Pos 20U |
MVFR0: Square root bits Position
Definition at line 1751 of file core_cm33.h.
| #define FPU_MVFR0_Square_root_Pos 20U |
MVFR0: Square root bits Position
Definition at line 1751 of file core_cm35p.h.
| #define FPU_MVFR0_Square_root_Pos 20U |
MVFR0: Square root bits Position
Definition at line 1367 of file core_cm4.h.
| #define FPU_MVFR0_Square_root_Pos 20U |
MVFR0: Square root bits Position
Definition at line 1590 of file core_cm7.h.
| #define FPU_MVFR1_D_NaN_mode_Msk (0xFUL << FPU_MVFR1_D_NaN_mode_Pos) |
MVFR1: D_NaN mode bits Mask
Definition at line 1858 of file core_armv81mml.h.
| #define FPU_MVFR1_D_NaN_mode_Msk (0xFUL << FPU_MVFR1_D_NaN_mode_Pos) |
MVFR1: D_NaN mode bits Mask
Definition at line 1702 of file core_armv8mml.h.
| #define FPU_MVFR1_D_NaN_mode_Msk (0xFUL << FPU_MVFR1_D_NaN_mode_Pos) |
MVFR1: D_NaN mode bits Mask
Definition at line 1777 of file core_cm33.h.
| #define FPU_MVFR1_D_NaN_mode_Msk (0xFUL << FPU_MVFR1_D_NaN_mode_Pos) |
MVFR1: D_NaN mode bits Mask
Definition at line 1777 of file core_cm35p.h.
| #define FPU_MVFR1_D_NaN_mode_Msk (0xFUL << FPU_MVFR1_D_NaN_mode_Pos) |
MVFR1: D_NaN mode bits Mask
Definition at line 1393 of file core_cm4.h.
| #define FPU_MVFR1_D_NaN_mode_Msk (0xFUL << FPU_MVFR1_D_NaN_mode_Pos) |
MVFR1: D_NaN mode bits Mask
Definition at line 1616 of file core_cm7.h.
| #define FPU_MVFR1_D_NaN_mode_Pos 4U |
MVFR1: D_NaN mode bits Position
Definition at line 1857 of file core_armv81mml.h.
| #define FPU_MVFR1_D_NaN_mode_Pos 4U |
MVFR1: D_NaN mode bits Position
Definition at line 1701 of file core_armv8mml.h.
| #define FPU_MVFR1_D_NaN_mode_Pos 4U |
MVFR1: D_NaN mode bits Position
Definition at line 1776 of file core_cm33.h.
| #define FPU_MVFR1_D_NaN_mode_Pos 4U |
MVFR1: D_NaN mode bits Position
Definition at line 1776 of file core_cm35p.h.
| #define FPU_MVFR1_D_NaN_mode_Pos 4U |
MVFR1: D_NaN mode bits Position
Definition at line 1392 of file core_cm4.h.
| #define FPU_MVFR1_D_NaN_mode_Pos 4U |
MVFR1: D_NaN mode bits Position
Definition at line 1615 of file core_cm7.h.
| #define FPU_MVFR1_FP_fused_MAC_Msk (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos) |
MVFR1: FP fused MAC bits Mask
Definition at line 1852 of file core_armv81mml.h.
| #define FPU_MVFR1_FP_fused_MAC_Msk (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos) |
MVFR1: FP fused MAC bits Mask
Definition at line 1696 of file core_armv8mml.h.
| #define FPU_MVFR1_FP_fused_MAC_Msk (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos) |
MVFR1: FP fused MAC bits Mask
Definition at line 1771 of file core_cm33.h.
| #define FPU_MVFR1_FP_fused_MAC_Msk (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos) |
MVFR1: FP fused MAC bits Mask
Definition at line 1771 of file core_cm35p.h.
| #define FPU_MVFR1_FP_fused_MAC_Msk (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos) |
MVFR1: FP fused MAC bits Mask
Definition at line 1387 of file core_cm4.h.
| #define FPU_MVFR1_FP_fused_MAC_Msk (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos) |
MVFR1: FP fused MAC bits Mask
Definition at line 1610 of file core_cm7.h.
| #define FPU_MVFR1_FP_fused_MAC_Pos 28U |
MVFR1: FP fused MAC bits Position
Definition at line 1851 of file core_armv81mml.h.
| #define FPU_MVFR1_FP_fused_MAC_Pos 28U |
MVFR1: FP fused MAC bits Position
Definition at line 1695 of file core_armv8mml.h.
| #define FPU_MVFR1_FP_fused_MAC_Pos 28U |
MVFR1: FP fused MAC bits Position
Definition at line 1770 of file core_cm33.h.
| #define FPU_MVFR1_FP_fused_MAC_Pos 28U |
MVFR1: FP fused MAC bits Position
Definition at line 1770 of file core_cm35p.h.
| #define FPU_MVFR1_FP_fused_MAC_Pos 28U |
MVFR1: FP fused MAC bits Position
Definition at line 1386 of file core_cm4.h.
| #define FPU_MVFR1_FP_fused_MAC_Pos 28U |
MVFR1: FP fused MAC bits Position
Definition at line 1609 of file core_cm7.h.
| #define FPU_MVFR1_FP_HPFP_Msk (0xFUL << FPU_MVFR1_FP_HPFP_Pos) |
MVFR1: FP HPFP bits Mask
Definition at line 1855 of file core_armv81mml.h.
| #define FPU_MVFR1_FP_HPFP_Msk (0xFUL << FPU_MVFR1_FP_HPFP_Pos) |
MVFR1: FP HPFP bits Mask
Definition at line 1699 of file core_armv8mml.h.
| #define FPU_MVFR1_FP_HPFP_Msk (0xFUL << FPU_MVFR1_FP_HPFP_Pos) |
MVFR1: FP HPFP bits Mask
Definition at line 1774 of file core_cm33.h.
| #define FPU_MVFR1_FP_HPFP_Msk (0xFUL << FPU_MVFR1_FP_HPFP_Pos) |
MVFR1: FP HPFP bits Mask
Definition at line 1774 of file core_cm35p.h.
| #define FPU_MVFR1_FP_HPFP_Msk (0xFUL << FPU_MVFR1_FP_HPFP_Pos) |
MVFR1: FP HPFP bits Mask
Definition at line 1390 of file core_cm4.h.
| #define FPU_MVFR1_FP_HPFP_Msk (0xFUL << FPU_MVFR1_FP_HPFP_Pos) |
MVFR1: FP HPFP bits Mask
Definition at line 1613 of file core_cm7.h.
| #define FPU_MVFR1_FP_HPFP_Pos 24U |
MVFR1: FP HPFP bits Position
Definition at line 1854 of file core_armv81mml.h.
| #define FPU_MVFR1_FP_HPFP_Pos 24U |
MVFR1: FP HPFP bits Position
Definition at line 1698 of file core_armv8mml.h.
| #define FPU_MVFR1_FP_HPFP_Pos 24U |
MVFR1: FP HPFP bits Position
Definition at line 1773 of file core_cm33.h.
| #define FPU_MVFR1_FP_HPFP_Pos 24U |
MVFR1: FP HPFP bits Position
Definition at line 1773 of file core_cm35p.h.
| #define FPU_MVFR1_FP_HPFP_Pos 24U |
MVFR1: FP HPFP bits Position
Definition at line 1389 of file core_cm4.h.
| #define FPU_MVFR1_FP_HPFP_Pos 24U |
MVFR1: FP HPFP bits Position
Definition at line 1612 of file core_cm7.h.
| #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) |
MVFR1: FtZ mode bits Mask
Definition at line 1861 of file core_armv81mml.h.
| #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) |
MVFR1: FtZ mode bits Mask
Definition at line 1705 of file core_armv8mml.h.
| #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) |
MVFR1: FtZ mode bits Mask
Definition at line 1780 of file core_cm33.h.
| #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) |
MVFR1: FtZ mode bits Mask
Definition at line 1780 of file core_cm35p.h.
| #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) |
MVFR1: FtZ mode bits Mask
Definition at line 1396 of file core_cm4.h.
| #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) |
MVFR1: FtZ mode bits Mask
Definition at line 1619 of file core_cm7.h.
| #define FPU_MVFR1_FtZ_mode_Pos 0U |
MVFR1: FtZ mode bits Position
Definition at line 1860 of file core_armv81mml.h.
| #define FPU_MVFR1_FtZ_mode_Pos 0U |
MVFR1: FtZ mode bits Position
Definition at line 1704 of file core_armv8mml.h.
| #define FPU_MVFR1_FtZ_mode_Pos 0U |
MVFR1: FtZ mode bits Position
Definition at line 1779 of file core_cm33.h.
| #define FPU_MVFR1_FtZ_mode_Pos 0U |
MVFR1: FtZ mode bits Position
Definition at line 1779 of file core_cm35p.h.
| #define FPU_MVFR1_FtZ_mode_Pos 0U |
MVFR1: FtZ mode bits Position
Definition at line 1395 of file core_cm4.h.
| #define FPU_MVFR1_FtZ_mode_Pos 0U |
MVFR1: FtZ mode bits Position
Definition at line 1618 of file core_cm7.h.
| #define FPU_MVFR2_VFP_Misc_Msk (0xFUL << FPU_MVFR2_VFP_Misc_Pos) |
MVFR2: VFP Misc bits Mask
Definition at line 1401 of file core_cm4.h.
| #define FPU_MVFR2_VFP_Misc_Msk (0xFUL << FPU_MVFR2_VFP_Misc_Pos) |
MVFR2: VFP Misc bits Mask
Definition at line 1624 of file core_cm7.h.
| #define FPU_MVFR2_VFP_Misc_Pos 4U |
MVFR2: VFP Misc bits Position
Definition at line 1400 of file core_cm4.h.
| #define FPU_MVFR2_VFP_Misc_Pos 4U |
MVFR2: VFP Misc bits Position
Definition at line 1623 of file core_cm7.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 366 of file core_armv81mml.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 275 of file core_armv8mbl.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 365 of file core_armv8mml.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 241 of file core_cm0.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 252 of file core_cm0plus.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 241 of file core_cm1.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 275 of file core_cm23.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 252 of file core_cm3.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 365 of file core_cm33.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 365 of file core_cm35p.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 310 of file core_cm4.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 325 of file core_cm7.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 247 of file core_sc000.h.
| #define IPSR_ISR_Msk (0x1FFUL /*<< IPSR_ISR_Pos*/) |
IPSR: ISR Mask
Definition at line 252 of file core_sc300.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 365 of file core_armv81mml.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 274 of file core_armv8mbl.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 364 of file core_armv8mml.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 240 of file core_cm0.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 251 of file core_cm0plus.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 240 of file core_cm1.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 274 of file core_cm23.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 251 of file core_cm3.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 364 of file core_cm33.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 364 of file core_cm35p.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 309 of file core_cm4.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 324 of file core_cm7.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 246 of file core_sc000.h.
| #define IPSR_ISR_Pos 0U |
IPSR: ISR Position
Definition at line 251 of file core_sc300.h.
ITM configuration struct
Definition at line 2047 of file core_armv81mml.h.
ITM configuration struct
Definition at line 1891 of file core_armv8mml.h.
ITM configuration struct
Definition at line 1388 of file core_cm3.h.
ITM configuration struct
Definition at line 1966 of file core_cm33.h.
ITM configuration struct
Definition at line 1966 of file core_cm35p.h.
ITM configuration struct
Definition at line 1558 of file core_cm4.h.
ITM configuration struct
Definition at line 1781 of file core_cm7.h.
ITM configuration struct
Definition at line 1371 of file core_sc300.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 2035 of file core_armv81mml.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1879 of file core_armv8mml.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1376 of file core_cm3.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1954 of file core_cm33.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1954 of file core_cm35p.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1546 of file core_cm4.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1769 of file core_cm7.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1359 of file core_sc300.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 1184 of file core_armv81mml.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 1088 of file core_armv8mml.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 823 of file core_cm3.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 1088 of file core_cm33.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 1088 of file core_cm35p.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 881 of file core_cm4.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 1101 of file core_cm7.h.
| #define ITM_LSR_Access_Msk (1UL << ITM_LSR_Access_Pos) |
ITM LSR: Access Mask
Definition at line 808 of file core_sc300.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 1183 of file core_armv81mml.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 1087 of file core_armv8mml.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 822 of file core_cm3.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 1087 of file core_cm33.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 1087 of file core_cm35p.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 880 of file core_cm4.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 1100 of file core_cm7.h.
| #define ITM_LSR_Access_Pos 1U |
ITM LSR: Access Position
Definition at line 807 of file core_sc300.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 1181 of file core_armv81mml.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 1085 of file core_armv8mml.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 820 of file core_cm3.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 1085 of file core_cm33.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 1085 of file core_cm35p.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 878 of file core_cm4.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 1098 of file core_cm7.h.
| #define ITM_LSR_ByteAcc_Msk (1UL << ITM_LSR_ByteAcc_Pos) |
ITM LSR: ByteAcc Mask
Definition at line 805 of file core_sc300.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 1180 of file core_armv81mml.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 1084 of file core_armv8mml.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 819 of file core_cm3.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 1084 of file core_cm33.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 1084 of file core_cm35p.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 877 of file core_cm4.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 1097 of file core_cm7.h.
| #define ITM_LSR_ByteAcc_Pos 2U |
ITM LSR: ByteAcc Position
Definition at line 804 of file core_sc300.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 1187 of file core_armv81mml.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 1091 of file core_armv8mml.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 826 of file core_cm3.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 1091 of file core_cm33.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 1091 of file core_cm35p.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 884 of file core_cm4.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 1104 of file core_cm7.h.
| #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) |
ITM LSR: Present Mask
Definition at line 811 of file core_sc300.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 1186 of file core_armv81mml.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 1090 of file core_armv8mml.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 825 of file core_cm3.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 1090 of file core_cm33.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 1090 of file core_cm35p.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 883 of file core_cm4.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 1103 of file core_cm7.h.
| #define ITM_LSR_Present_Pos 0U |
ITM LSR: Present Position
Definition at line 810 of file core_sc300.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2892 of file core_armv81mml.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2759 of file core_armv8mml.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 1861 of file core_cm3.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2834 of file core_cm33.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2834 of file core_cm35p.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2048 of file core_cm4.h.
| #define ITM_RXBUFFER_EMPTY ((int32_t)0x5AA55AA5U) |
Value identifying ITM_RxBuffer is ready for next character.
Definition at line 2649 of file core_cm7.h.
| #define ITM_STIM_DISABLED_Msk (0x1UL << ITM_STIM_DISABLED_Pos) |
ITM STIM: DISABLED Mask
Definition at line 1127 of file core_armv81mml.h.
| #define ITM_STIM_DISABLED_Msk (0x1UL << ITM_STIM_DISABLED_Pos) |
ITM STIM: DISABLED Mask
Definition at line 1043 of file core_armv8mml.h.
| #define ITM_STIM_DISABLED_Msk (0x1UL << ITM_STIM_DISABLED_Pos) |
ITM STIM: DISABLED Mask
Definition at line 1043 of file core_cm33.h.
| #define ITM_STIM_DISABLED_Msk (0x1UL << ITM_STIM_DISABLED_Pos) |
ITM STIM: DISABLED Mask
Definition at line 1043 of file core_cm35p.h.
| #define ITM_STIM_DISABLED_Pos 1U |
ITM STIM: DISABLED Position
Definition at line 1126 of file core_armv81mml.h.
| #define ITM_STIM_DISABLED_Pos 1U |
ITM STIM: DISABLED Position
Definition at line 1042 of file core_armv8mml.h.
| #define ITM_STIM_DISABLED_Pos 1U |
ITM STIM: DISABLED Position
Definition at line 1042 of file core_cm33.h.
| #define ITM_STIM_DISABLED_Pos 1U |
ITM STIM: DISABLED Position
Definition at line 1042 of file core_cm35p.h.
| #define ITM_STIM_FIFOREADY_Msk (0x1UL /*<< ITM_STIM_FIFOREADY_Pos*/) |
ITM STIM: FIFOREADY Mask
Definition at line 1130 of file core_armv81mml.h.
| #define ITM_STIM_FIFOREADY_Msk (0x1UL /*<< ITM_STIM_FIFOREADY_Pos*/) |
ITM STIM: FIFOREADY Mask
Definition at line 1046 of file core_armv8mml.h.
| #define ITM_STIM_FIFOREADY_Msk (0x1UL /*<< ITM_STIM_FIFOREADY_Pos*/) |
ITM STIM: FIFOREADY Mask
Definition at line 1046 of file core_cm33.h.
| #define ITM_STIM_FIFOREADY_Msk (0x1UL /*<< ITM_STIM_FIFOREADY_Pos*/) |
ITM STIM: FIFOREADY Mask
Definition at line 1046 of file core_cm35p.h.
| #define ITM_STIM_FIFOREADY_Pos 0U |
ITM STIM: FIFOREADY Position
Definition at line 1129 of file core_armv81mml.h.
| #define ITM_STIM_FIFOREADY_Pos 0U |
ITM STIM: FIFOREADY Position
Definition at line 1045 of file core_armv8mml.h.
| #define ITM_STIM_FIFOREADY_Pos 0U |
ITM STIM: FIFOREADY Position
Definition at line 1045 of file core_cm33.h.
| #define ITM_STIM_FIFOREADY_Pos 0U |
ITM STIM: FIFOREADY Position
Definition at line 1045 of file core_cm35p.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 1138 of file core_armv81mml.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 1054 of file core_armv8mml.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 792 of file core_cm3.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 1054 of file core_cm33.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 1054 of file core_cm35p.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 850 of file core_cm4.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 1070 of file core_cm7.h.
| #define ITM_TCR_BUSY_Msk (1UL << ITM_TCR_BUSY_Pos) |
ITM TCR: BUSY Mask
Definition at line 777 of file core_sc300.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 1137 of file core_armv81mml.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 1053 of file core_armv8mml.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 791 of file core_cm3.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 1053 of file core_cm33.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 1053 of file core_cm35p.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 849 of file core_cm4.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 1069 of file core_cm7.h.
| #define ITM_TCR_BUSY_Pos 23U |
ITM TCR: BUSY Position
Definition at line 776 of file core_sc300.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 1156 of file core_armv81mml.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 1072 of file core_armv8mml.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 807 of file core_cm3.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 1072 of file core_cm33.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 1072 of file core_cm35p.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 865 of file core_cm4.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 1085 of file core_cm7.h.
| #define ITM_TCR_DWTENA_Msk (1UL << ITM_TCR_DWTENA_Pos) |
ITM TCR: DWTENA Mask
Definition at line 792 of file core_sc300.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 1155 of file core_armv81mml.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 1071 of file core_armv8mml.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 806 of file core_cm3.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 1071 of file core_cm33.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 1071 of file core_cm35p.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 864 of file core_cm4.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 1084 of file core_cm7.h.
| #define ITM_TCR_DWTENA_Pos 3U |
ITM TCR: DWTENA Position
Definition at line 791 of file core_sc300.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 1144 of file core_armv81mml.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 1060 of file core_armv8mml.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 798 of file core_cm3.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 1060 of file core_cm33.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 1060 of file core_cm35p.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 856 of file core_cm4.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 1076 of file core_cm7.h.
| #define ITM_TCR_GTSFREQ_Msk (3UL << ITM_TCR_GTSFREQ_Pos) |
ITM TCR: Global timestamp frequency Mask
Definition at line 783 of file core_sc300.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 1143 of file core_armv81mml.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 1059 of file core_armv8mml.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 797 of file core_cm3.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 1059 of file core_cm33.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 1059 of file core_cm35p.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 855 of file core_cm4.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 1075 of file core_cm7.h.
| #define ITM_TCR_GTSFREQ_Pos 10U |
ITM TCR: Global timestamp frequency Position
Definition at line 782 of file core_sc300.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 1165 of file core_armv81mml.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 1081 of file core_armv8mml.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 816 of file core_cm3.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 1081 of file core_cm33.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 1081 of file core_cm35p.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 874 of file core_cm4.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 1094 of file core_cm7.h.
| #define ITM_TCR_ITMENA_Msk (1UL /*<< ITM_TCR_ITMENA_Pos*/) |
ITM TCR: ITM Enable bit Mask
Definition at line 801 of file core_sc300.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 1164 of file core_armv81mml.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 1080 of file core_armv8mml.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 815 of file core_cm3.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 1080 of file core_cm33.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 1080 of file core_cm35p.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 873 of file core_cm4.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 1093 of file core_cm7.h.
| #define ITM_TCR_ITMENA_Pos 0U |
ITM TCR: ITM Enable bit Position
Definition at line 800 of file core_sc300.h.
| #define ITM_TCR_STALLENA_Msk (1UL << ITM_TCR_STALLENA_Pos) |
ITM TCR: STALLENA Mask
Definition at line 1150 of file core_armv81mml.h.
| #define ITM_TCR_STALLENA_Msk (1UL << ITM_TCR_STALLENA_Pos) |
ITM TCR: STALLENA Mask
Definition at line 1066 of file core_armv8mml.h.
| #define ITM_TCR_STALLENA_Msk (1UL << ITM_TCR_STALLENA_Pos) |
ITM TCR: STALLENA Mask
Definition at line 1066 of file core_cm33.h.
| #define ITM_TCR_STALLENA_Msk (1UL << ITM_TCR_STALLENA_Pos) |
ITM TCR: STALLENA Mask
Definition at line 1066 of file core_cm35p.h.
| #define ITM_TCR_STALLENA_Pos 5U |
ITM TCR: STALLENA Position
Definition at line 1149 of file core_armv81mml.h.
| #define ITM_TCR_STALLENA_Pos 5U |
ITM TCR: STALLENA Position
Definition at line 1065 of file core_armv8mml.h.
| #define ITM_TCR_STALLENA_Pos 5U |
ITM TCR: STALLENA Position
Definition at line 1065 of file core_cm33.h.
| #define ITM_TCR_STALLENA_Pos 5U |
ITM TCR: STALLENA Position
Definition at line 1065 of file core_cm35p.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 1153 of file core_armv81mml.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 1069 of file core_armv8mml.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 804 of file core_cm3.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 1069 of file core_cm33.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 1069 of file core_cm35p.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 862 of file core_cm4.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 1082 of file core_cm7.h.
| #define ITM_TCR_SWOENA_Msk (1UL << ITM_TCR_SWOENA_Pos) |
ITM TCR: SWOENA Mask
Definition at line 789 of file core_sc300.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 1152 of file core_armv81mml.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 1068 of file core_armv8mml.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 803 of file core_cm3.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 1068 of file core_cm33.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 1068 of file core_cm35p.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 861 of file core_cm4.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 1081 of file core_cm7.h.
| #define ITM_TCR_SWOENA_Pos 4U |
ITM TCR: SWOENA Position
Definition at line 788 of file core_sc300.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 1159 of file core_armv81mml.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 1075 of file core_armv8mml.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 810 of file core_cm3.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 1075 of file core_cm33.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 1075 of file core_cm35p.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 868 of file core_cm4.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 1088 of file core_cm7.h.
| #define ITM_TCR_SYNCENA_Msk (1UL << ITM_TCR_SYNCENA_Pos) |
ITM TCR: SYNCENA Mask
Definition at line 795 of file core_sc300.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 1158 of file core_armv81mml.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 1074 of file core_armv8mml.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 809 of file core_cm3.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 1074 of file core_cm33.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 1074 of file core_cm35p.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 867 of file core_cm4.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 1087 of file core_cm7.h.
| #define ITM_TCR_SYNCENA_Pos 2U |
ITM TCR: SYNCENA Position
Definition at line 794 of file core_sc300.h.
| #define ITM_TCR_TRACEBUSID_Msk (0x7FUL << ITM_TCR_TRACEBUSID_Pos) |
ITM TCR: ATBID Mask
Definition at line 1141 of file core_armv81mml.h.
| #define ITM_TCR_TRACEBUSID_Msk (0x7FUL << ITM_TCR_TRACEBUSID_Pos) |
ITM TCR: ATBID Mask
Definition at line 1057 of file core_armv8mml.h.
| #define ITM_TCR_TraceBusID_Msk (0x7FUL << ITM_TCR_TraceBusID_Pos) |
ITM TCR: ATBID Mask
Definition at line 795 of file core_cm3.h.
| #define ITM_TCR_TRACEBUSID_Msk (0x7FUL << ITM_TCR_TRACEBUSID_Pos) |
ITM TCR: ATBID Mask
Definition at line 1057 of file core_cm33.h.
| #define ITM_TCR_TRACEBUSID_Msk (0x7FUL << ITM_TCR_TRACEBUSID_Pos) |
ITM TCR: ATBID Mask
Definition at line 1057 of file core_cm35p.h.
| #define ITM_TCR_TraceBusID_Msk (0x7FUL << ITM_TCR_TraceBusID_Pos) |
ITM TCR: ATBID Mask
Definition at line 853 of file core_cm4.h.
| #define ITM_TCR_TraceBusID_Msk (0x7FUL << ITM_TCR_TraceBusID_Pos) |
ITM TCR: ATBID Mask
Definition at line 1073 of file core_cm7.h.
| #define ITM_TCR_TraceBusID_Msk (0x7FUL << ITM_TCR_TraceBusID_Pos) |
ITM TCR: ATBID Mask
Definition at line 780 of file core_sc300.h.
| #define ITM_TCR_TRACEBUSID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 1140 of file core_armv81mml.h.
| #define ITM_TCR_TRACEBUSID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 1056 of file core_armv8mml.h.
| #define ITM_TCR_TraceBusID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 794 of file core_cm3.h.
| #define ITM_TCR_TRACEBUSID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 1056 of file core_cm33.h.
| #define ITM_TCR_TRACEBUSID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 1056 of file core_cm35p.h.
| #define ITM_TCR_TraceBusID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 852 of file core_cm4.h.
| #define ITM_TCR_TraceBusID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 1072 of file core_cm7.h.
| #define ITM_TCR_TraceBusID_Pos 16U |
ITM TCR: ATBID Position
Definition at line 779 of file core_sc300.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 1162 of file core_armv81mml.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 1078 of file core_armv8mml.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 813 of file core_cm3.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 1078 of file core_cm33.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 1078 of file core_cm35p.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 871 of file core_cm4.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 1091 of file core_cm7.h.
| #define ITM_TCR_TSENA_Msk (1UL << ITM_TCR_TSENA_Pos) |
ITM TCR: TSENA Mask
Definition at line 798 of file core_sc300.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 1161 of file core_armv81mml.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 1077 of file core_armv8mml.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 812 of file core_cm3.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 1077 of file core_cm33.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 1077 of file core_cm35p.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 870 of file core_cm4.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 1090 of file core_cm7.h.
| #define ITM_TCR_TSENA_Pos 1U |
ITM TCR: TSENA Position
Definition at line 797 of file core_sc300.h.
| #define ITM_TCR_TSPRESCALE_Msk (3UL << ITM_TCR_TSPRESCALE_Pos) |
ITM TCR: TSPRESCALE Mask
Definition at line 1147 of file core_armv81mml.h.
| #define ITM_TCR_TSPRESCALE_Msk (3UL << ITM_TCR_TSPRESCALE_Pos) |
ITM TCR: TSPRESCALE Mask
Definition at line 1063 of file core_armv8mml.h.
| #define ITM_TCR_TSPrescale_Msk (3UL << ITM_TCR_TSPrescale_Pos) |
ITM TCR: TSPrescale Mask
Definition at line 801 of file core_cm3.h.
| #define ITM_TCR_TSPRESCALE_Msk (3UL << ITM_TCR_TSPRESCALE_Pos) |
ITM TCR: TSPRESCALE Mask
Definition at line 1063 of file core_cm33.h.
| #define ITM_TCR_TSPRESCALE_Msk (3UL << ITM_TCR_TSPRESCALE_Pos) |
ITM TCR: TSPRESCALE Mask
Definition at line 1063 of file core_cm35p.h.
| #define ITM_TCR_TSPrescale_Msk (3UL << ITM_TCR_TSPrescale_Pos) |
ITM TCR: TSPrescale Mask
Definition at line 859 of file core_cm4.h.
| #define ITM_TCR_TSPrescale_Msk (3UL << ITM_TCR_TSPrescale_Pos) |
ITM TCR: TSPrescale Mask
Definition at line 1079 of file core_cm7.h.
| #define ITM_TCR_TSPrescale_Msk (3UL << ITM_TCR_TSPrescale_Pos) |
ITM TCR: TSPrescale Mask
Definition at line 786 of file core_sc300.h.
| #define ITM_TCR_TSPRESCALE_Pos 8U |
ITM TCR: TSPRESCALE Position
Definition at line 1146 of file core_armv81mml.h.
| #define ITM_TCR_TSPRESCALE_Pos 8U |
ITM TCR: TSPRESCALE Position
Definition at line 1062 of file core_armv8mml.h.
| #define ITM_TCR_TSPrescale_Pos 8U |
ITM TCR: TSPrescale Position
Definition at line 800 of file core_cm3.h.
| #define ITM_TCR_TSPRESCALE_Pos 8U |
ITM TCR: TSPRESCALE Position
Definition at line 1062 of file core_cm33.h.
| #define ITM_TCR_TSPRESCALE_Pos 8U |
ITM TCR: TSPRESCALE Position
Definition at line 1062 of file core_cm35p.h.
| #define ITM_TCR_TSPrescale_Pos 8U |
ITM TCR: TSPrescale Position
Definition at line 858 of file core_cm4.h.
| #define ITM_TCR_TSPrescale_Pos 8U |
ITM TCR: TSPrescale Position
Definition at line 1078 of file core_cm7.h.
| #define ITM_TCR_TSPrescale_Pos 8U |
ITM TCR: TSPrescale Position
Definition at line 785 of file core_sc300.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 1134 of file core_armv81mml.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 1050 of file core_armv8mml.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 788 of file core_cm3.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 1050 of file core_cm33.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 1050 of file core_cm35p.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 846 of file core_cm4.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFFFFFFFFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 1066 of file core_cm7.h.
| #define ITM_TPR_PRIVMASK_Msk (0xFUL /*<< ITM_TPR_PRIVMASK_Pos*/) |
ITM TPR: PRIVMASK Mask
Definition at line 773 of file core_sc300.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 1133 of file core_armv81mml.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 1049 of file core_armv8mml.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 787 of file core_cm3.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 1049 of file core_cm33.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 1049 of file core_cm35p.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 845 of file core_cm4.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 1065 of file core_cm7.h.
| #define ITM_TPR_PRIVMASK_Pos 0U |
ITM TPR: PRIVMASK Position
Definition at line 772 of file core_sc300.h.
NVIC configuration struct
Definition at line 2046 of file core_armv81mml.h.
NVIC configuration struct
Definition at line 1124 of file core_armv8mbl.h.
NVIC configuration struct
Definition at line 1890 of file core_armv8mml.h.
NVIC configuration struct
Definition at line 541 of file core_cm0.h.
NVIC configuration struct
Definition at line 655 of file core_cm0plus.h.
NVIC configuration struct
Definition at line 568 of file core_cm1.h.
NVIC configuration struct
Definition at line 1199 of file core_cm23.h.
NVIC configuration struct
Definition at line 1387 of file core_cm3.h.
NVIC configuration struct
Definition at line 1965 of file core_cm33.h.
NVIC configuration struct
Definition at line 1965 of file core_cm35p.h.
NVIC configuration struct
Definition at line 1557 of file core_cm4.h.
NVIC configuration struct
Definition at line 1780 of file core_cm7.h.
NVIC configuration struct
Definition at line 665 of file core_sc000.h.
NVIC configuration struct
Definition at line 1370 of file core_sc300.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 2040 of file core_armv81mml.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1118 of file core_armv8mbl.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1884 of file core_armv8mml.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 536 of file core_cm0.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 650 of file core_cm0plus.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 562 of file core_cm1.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1193 of file core_cm23.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1381 of file core_cm3.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1959 of file core_cm33.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1959 of file core_cm35p.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1551 of file core_cm4.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1774 of file core_cm7.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 659 of file core_sc000.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1364 of file core_sc300.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 2126 of file core_armv81mml.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1195 of file core_armv8mbl.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1970 of file core_armv8mml.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 582 of file core_cm0.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 700 of file core_cm0plus.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 609 of file core_cm1.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1270 of file core_cm23.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1437 of file core_cm3.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 2045 of file core_cm33.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 2045 of file core_cm35p.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1610 of file core_cm4.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1833 of file core_cm7.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 710 of file core_sc000.h.
| #define NVIC_ClearPendingIRQ __NVIC_ClearPendingIRQ |
Definition at line 1420 of file core_sc300.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 2123 of file core_armv81mml.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1192 of file core_armv8mbl.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1967 of file core_armv8mml.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 579 of file core_cm0.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 697 of file core_cm0plus.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 606 of file core_cm1.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1267 of file core_cm23.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1434 of file core_cm3.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 2042 of file core_cm33.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 2042 of file core_cm35p.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1607 of file core_cm4.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1830 of file core_cm7.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 707 of file core_sc000.h.
| #define NVIC_DisableIRQ __NVIC_DisableIRQ |
Definition at line 1417 of file core_sc300.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 2121 of file core_armv81mml.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1190 of file core_armv8mbl.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1965 of file core_armv8mml.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 577 of file core_cm0.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 695 of file core_cm0plus.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 604 of file core_cm1.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1265 of file core_cm23.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1432 of file core_cm3.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 2040 of file core_cm33.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 2040 of file core_cm35p.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1605 of file core_cm4.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1828 of file core_cm7.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 705 of file core_sc000.h.
| #define NVIC_EnableIRQ __NVIC_EnableIRQ |
Definition at line 1415 of file core_sc300.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 2127 of file core_armv81mml.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1196 of file core_armv8mbl.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1971 of file core_armv8mml.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1271 of file core_cm23.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1438 of file core_cm3.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 2046 of file core_cm33.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 2046 of file core_cm35p.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1611 of file core_cm4.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1834 of file core_cm7.h.
| #define NVIC_GetActive __NVIC_GetActive |
Definition at line 1421 of file core_sc300.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 2122 of file core_armv81mml.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1191 of file core_armv8mbl.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1966 of file core_armv8mml.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 578 of file core_cm0.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 696 of file core_cm0plus.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 605 of file core_cm1.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1266 of file core_cm23.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1433 of file core_cm3.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 2041 of file core_cm33.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 2041 of file core_cm35p.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1606 of file core_cm4.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1829 of file core_cm7.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 706 of file core_sc000.h.
| #define NVIC_GetEnableIRQ __NVIC_GetEnableIRQ |
Definition at line 1416 of file core_sc300.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 2124 of file core_armv81mml.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1193 of file core_armv8mbl.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1968 of file core_armv8mml.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 580 of file core_cm0.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 698 of file core_cm0plus.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 607 of file core_cm1.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1268 of file core_cm23.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1435 of file core_cm3.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 2043 of file core_cm33.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 2043 of file core_cm35p.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1608 of file core_cm4.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1831 of file core_cm7.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 708 of file core_sc000.h.
| #define NVIC_GetPendingIRQ __NVIC_GetPendingIRQ |
Definition at line 1418 of file core_sc300.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 2129 of file core_armv81mml.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1198 of file core_armv8mbl.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1973 of file core_armv8mml.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 585 of file core_cm0.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 703 of file core_cm0plus.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 612 of file core_cm1.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1273 of file core_cm23.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1440 of file core_cm3.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 2048 of file core_cm33.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 2048 of file core_cm35p.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1613 of file core_cm4.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1836 of file core_cm7.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 713 of file core_sc000.h.
| #define NVIC_GetPriority __NVIC_GetPriority |
Definition at line 1423 of file core_sc300.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 2120 of file core_armv81mml.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 1189 of file core_armv8mbl.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 1964 of file core_armv8mml.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 576 of file core_cm0.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 694 of file core_cm0plus.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 603 of file core_cm1.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 1431 of file core_cm3.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 2039 of file core_cm33.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 2039 of file core_cm35p.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 1604 of file core_cm4.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 1827 of file core_cm7.h.
| #define NVIC_GetPriorityGrouping __NVIC_GetPriorityGrouping |
Definition at line 1414 of file core_sc300.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 2140 of file core_armv81mml.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1209 of file core_armv8mbl.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1984 of file core_armv8mml.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 596 of file core_cm0.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 714 of file core_cm0plus.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 623 of file core_cm1.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1284 of file core_cm23.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1451 of file core_cm3.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 2059 of file core_cm33.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 2059 of file core_cm35p.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1624 of file core_cm4.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1847 of file core_cm7.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 724 of file core_sc000.h.
| #define NVIC_GetVector __NVIC_GetVector |
Definition at line 1434 of file core_sc300.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 2125 of file core_armv81mml.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1194 of file core_armv8mbl.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1969 of file core_armv8mml.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 581 of file core_cm0.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 699 of file core_cm0plus.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 608 of file core_cm1.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1269 of file core_cm23.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1436 of file core_cm3.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 2044 of file core_cm33.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 2044 of file core_cm35p.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1609 of file core_cm4.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1832 of file core_cm7.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 709 of file core_sc000.h.
| #define NVIC_SetPendingIRQ __NVIC_SetPendingIRQ |
Definition at line 1419 of file core_sc300.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 2128 of file core_armv81mml.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1197 of file core_armv8mbl.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1972 of file core_armv8mml.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 584 of file core_cm0.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 702 of file core_cm0plus.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 611 of file core_cm1.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1272 of file core_cm23.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1439 of file core_cm3.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 2047 of file core_cm33.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 2047 of file core_cm35p.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1612 of file core_cm4.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1835 of file core_cm7.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 712 of file core_sc000.h.
| #define NVIC_SetPriority __NVIC_SetPriority |
Definition at line 1422 of file core_sc300.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 2119 of file core_armv81mml.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 1188 of file core_armv8mbl.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 1963 of file core_armv8mml.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 575 of file core_cm0.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 693 of file core_cm0plus.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 602 of file core_cm1.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 1430 of file core_cm3.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 2038 of file core_cm33.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 2038 of file core_cm35p.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 1603 of file core_cm4.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 1826 of file core_cm7.h.
| #define NVIC_SetPriorityGrouping __NVIC_SetPriorityGrouping |
Definition at line 1413 of file core_sc300.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 2139 of file core_armv81mml.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1208 of file core_armv8mbl.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1983 of file core_armv8mml.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 595 of file core_cm0.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 713 of file core_cm0plus.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 622 of file core_cm1.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1283 of file core_cm23.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1450 of file core_cm3.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 2058 of file core_cm33.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 2058 of file core_cm35p.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1623 of file core_cm4.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1846 of file core_cm7.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 723 of file core_sc000.h.
| #define NVIC_SetVector __NVIC_SetVector |
Definition at line 1433 of file core_sc300.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 483 of file core_armv81mml.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 482 of file core_armv8mml.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 359 of file core_cm3.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 482 of file core_cm33.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 482 of file core_cm35p.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 425 of file core_cm4.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 440 of file core_cm7.h.
| #define NVIC_STIR_INTID_Msk (0x1FFUL /*<< NVIC_STIR_INTID_Pos*/) |
STIR: INTLINESNUM Mask
Definition at line 359 of file core_sc300.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 482 of file core_armv81mml.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 481 of file core_armv8mml.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 358 of file core_cm3.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 481 of file core_cm33.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 481 of file core_cm35p.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 424 of file core_cm4.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 439 of file core_cm7.h.
| #define NVIC_STIR_INTID_Pos 0U |
STIR: INTLINESNUM Position
Definition at line 358 of file core_sc300.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 2130 of file core_armv81mml.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1199 of file core_armv8mbl.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1974 of file core_armv8mml.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 586 of file core_cm0.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 704 of file core_cm0plus.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 613 of file core_cm1.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1274 of file core_cm23.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1441 of file core_cm3.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 2049 of file core_cm33.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 2049 of file core_cm35p.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1614 of file core_cm4.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1837 of file core_cm7.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 714 of file core_sc000.h.
| #define NVIC_SystemReset __NVIC_SystemReset |
Definition at line 1424 of file core_sc300.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 2143 of file core_armv81mml.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1212 of file core_armv8mbl.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1987 of file core_armv8mml.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 599 of file core_cm0.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 717 of file core_cm0plus.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 626 of file core_cm1.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1287 of file core_cm23.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1454 of file core_cm3.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 2062 of file core_cm33.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 2062 of file core_cm35p.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1627 of file core_cm4.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1850 of file core_cm7.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 727 of file core_sc000.h.
| #define NVIC_USER_IRQ_OFFSET 16 |
Definition at line 1437 of file core_sc300.h.
SCB configuration struct
Definition at line 2044 of file core_armv81mml.h.
SCB configuration struct
Definition at line 1122 of file core_armv8mbl.h.
SCB configuration struct
Definition at line 1888 of file core_armv8mml.h.
SCB configuration struct
Definition at line 539 of file core_cm0.h.
SCB configuration struct
Definition at line 653 of file core_cm0plus.h.
SCB configuration struct
Definition at line 566 of file core_cm1.h.
SCB configuration struct
Definition at line 1197 of file core_cm23.h.
SCB configuration struct
Definition at line 1385 of file core_cm3.h.
SCB configuration struct
Definition at line 1963 of file core_cm33.h.
SCB configuration struct
Definition at line 1963 of file core_cm35p.h.
SCB configuration struct
Definition at line 1555 of file core_cm4.h.
SCB configuration struct
Definition at line 1778 of file core_cm7.h.
SCB configuration struct
Definition at line 663 of file core_sc000.h.
SCB configuration struct
Definition at line 1368 of file core_sc300.h.
| #define SCB_ABFSR_AHBP_Msk (1UL << SCB_ABFSR_AHBP_Pos) |
SCB ABFSR: AHBP Mask
Definition at line 989 of file core_armv81mml.h.
| #define SCB_ABFSR_AHBP_Msk (1UL << SCB_ABFSR_AHBP_Pos) |
SCB ABFSR: AHBP Mask
Definition at line 900 of file core_cm7.h.
| #define SCB_ABFSR_AHBP_Pos 2U |
SCB ABFSR: AHBP Position
Definition at line 988 of file core_armv81mml.h.
| #define SCB_ABFSR_AHBP_Pos 2U |
SCB ABFSR: AHBP Position
Definition at line 899 of file core_cm7.h.
| #define SCB_ABFSR_AXIM_Msk (1UL << SCB_ABFSR_AXIM_Pos) |
SCB ABFSR: AXIM Mask
Definition at line 986 of file core_armv81mml.h.
| #define SCB_ABFSR_AXIM_Msk (1UL << SCB_ABFSR_AXIM_Pos) |
SCB ABFSR: AXIM Mask
Definition at line 897 of file core_cm7.h.
| #define SCB_ABFSR_AXIM_Pos 3U |
SCB ABFSR: AXIM Position
Definition at line 985 of file core_armv81mml.h.
| #define SCB_ABFSR_AXIM_Pos 3U |
SCB ABFSR: AXIM Position
Definition at line 896 of file core_cm7.h.
| #define SCB_ABFSR_AXIMTYPE_Msk (3UL << SCB_ABFSR_AXIMTYPE_Pos) |
SCB ABFSR: AXIMTYPE Mask
Definition at line 980 of file core_armv81mml.h.
| #define SCB_ABFSR_AXIMTYPE_Msk (3UL << SCB_ABFSR_AXIMTYPE_Pos) |
SCB ABFSR: AXIMTYPE Mask
Definition at line 891 of file core_cm7.h.
| #define SCB_ABFSR_AXIMTYPE_Pos 8U |
SCB ABFSR: AXIMTYPE Position
Definition at line 979 of file core_armv81mml.h.
| #define SCB_ABFSR_AXIMTYPE_Pos 8U |
SCB ABFSR: AXIMTYPE Position
Definition at line 890 of file core_cm7.h.
| #define SCB_ABFSR_DTCM_Msk (1UL << SCB_ABFSR_DTCM_Pos) |
SCB ABFSR: DTCM Mask
Definition at line 992 of file core_armv81mml.h.
| #define SCB_ABFSR_DTCM_Msk (1UL << SCB_ABFSR_DTCM_Pos) |
SCB ABFSR: DTCM Mask
Definition at line 903 of file core_cm7.h.
| #define SCB_ABFSR_DTCM_Pos 1U |
SCB ABFSR: DTCM Position
Definition at line 991 of file core_armv81mml.h.
| #define SCB_ABFSR_DTCM_Pos 1U |
SCB ABFSR: DTCM Position
Definition at line 902 of file core_cm7.h.
| #define SCB_ABFSR_EPPB_Msk (1UL << SCB_ABFSR_EPPB_Pos) |
SCB ABFSR: EPPB Mask
Definition at line 983 of file core_armv81mml.h.
| #define SCB_ABFSR_EPPB_Msk (1UL << SCB_ABFSR_EPPB_Pos) |
SCB ABFSR: EPPB Mask
Definition at line 894 of file core_cm7.h.
| #define SCB_ABFSR_EPPB_Pos 4U |
SCB ABFSR: EPPB Position
Definition at line 982 of file core_armv81mml.h.
| #define SCB_ABFSR_EPPB_Pos 4U |
SCB ABFSR: EPPB Position
Definition at line 893 of file core_cm7.h.
| #define SCB_ABFSR_ITCM_Msk (1UL /*<< SCB_ABFSR_ITCM_Pos*/) |
SCB ABFSR: ITCM Mask
Definition at line 995 of file core_armv81mml.h.
| #define SCB_ABFSR_ITCM_Msk (1UL /*<< SCB_ABFSR_ITCM_Pos*/) |
SCB ABFSR: ITCM Mask
Definition at line 906 of file core_cm7.h.
| #define SCB_ABFSR_ITCM_Pos 0U |
SCB ABFSR: ITCM Position
Definition at line 994 of file core_armv81mml.h.
| #define SCB_ABFSR_ITCM_Pos 0U |
SCB ABFSR: ITCM Position
Definition at line 905 of file core_cm7.h.
| #define SCB_AHBPCR_EN_Msk (1UL /*<< SCB_AHBPCR_EN_Pos*/) |
SCB AHBPCR: EN Mask
Definition at line 956 of file core_armv81mml.h.
| #define SCB_AHBPCR_EN_Msk (1UL /*<< SCB_AHBPCR_EN_Pos*/) |
SCB AHBPCR: EN Mask
Definition at line 867 of file core_cm7.h.
| #define SCB_AHBPCR_EN_Pos 0U |
SCB AHBPCR: EN Position
Definition at line 955 of file core_armv81mml.h.
| #define SCB_AHBPCR_EN_Pos 0U |
SCB AHBPCR: EN Position
Definition at line 866 of file core_cm7.h.
| #define SCB_AHBPCR_SZ_Msk (7UL << SCB_AHBPCR_SZ_Pos) |
SCB AHBPCR: SZ Mask
Definition at line 953 of file core_armv81mml.h.
| #define SCB_AHBPCR_SZ_Msk (7UL << SCB_AHBPCR_SZ_Pos) |
SCB AHBPCR: SZ Mask
Definition at line 864 of file core_cm7.h.
| #define SCB_AHBPCR_SZ_Pos 1U |
SCB AHBPCR: SZ Position
Definition at line 952 of file core_armv81mml.h.
| #define SCB_AHBPCR_SZ_Pos 1U |
SCB AHBPCR: SZ Position
Definition at line 863 of file core_cm7.h.
| #define SCB_AHBSCR_CTL_Msk (3UL /*<< SCB_AHBPCR_CTL_Pos*/) |
SCB AHBSCR: CTL Mask
Definition at line 976 of file core_armv81mml.h.
| #define SCB_AHBSCR_CTL_Msk (3UL /*<< SCB_AHBPCR_CTL_Pos*/) |
SCB AHBSCR: CTL Mask
Definition at line 887 of file core_cm7.h.
| #define SCB_AHBSCR_CTL_Pos 0U |
SCB AHBSCR: CTL Position
Definition at line 975 of file core_armv81mml.h.
| #define SCB_AHBSCR_CTL_Pos 0U |
SCB AHBSCR: CTL Position
Definition at line 886 of file core_cm7.h.
| #define SCB_AHBSCR_INITCOUNT_Msk (0x1FUL << SCB_AHBPCR_INITCOUNT_Pos) |
SCB AHBSCR: INITCOUNT Mask
Definition at line 970 of file core_armv81mml.h.
| #define SCB_AHBSCR_INITCOUNT_Msk (0x1FUL << SCB_AHBPCR_INITCOUNT_Pos) |
SCB AHBSCR: INITCOUNT Mask
Definition at line 881 of file core_cm7.h.
| #define SCB_AHBSCR_INITCOUNT_Pos 11U |
SCB AHBSCR: INITCOUNT Position
Definition at line 969 of file core_armv81mml.h.
| #define SCB_AHBSCR_INITCOUNT_Pos 11U |
SCB AHBSCR: INITCOUNT Position
Definition at line 880 of file core_cm7.h.
| #define SCB_AHBSCR_TPRI_Msk (0x1FFUL << SCB_AHBPCR_TPRI_Pos) |
SCB AHBSCR: TPRI Mask
Definition at line 973 of file core_armv81mml.h.
| #define SCB_AHBSCR_TPRI_Msk (0x1FFUL << SCB_AHBPCR_TPRI_Pos) |
SCB AHBSCR: TPRI Mask
Definition at line 884 of file core_cm7.h.
| #define SCB_AHBSCR_TPRI_Pos 2U |
SCB AHBSCR: TPRI Position
Definition at line 972 of file core_armv81mml.h.
| #define SCB_AHBSCR_TPRI_Pos 2U |
SCB AHBSCR: TPRI Position
Definition at line 883 of file core_cm7.h.
| #define SCB_AIRCR_BFHFNMINS_Msk (1UL << SCB_AIRCR_BFHFNMINS_Pos) |
SCB AIRCR: BFHFNMINS Mask
Definition at line 626 of file core_armv81mml.h.
| #define SCB_AIRCR_BFHFNMINS_Msk (1UL << SCB_AIRCR_BFHFNMINS_Pos) |
SCB AIRCR: BFHFNMINS Mask
Definition at line 474 of file core_armv8mbl.h.
| #define SCB_AIRCR_BFHFNMINS_Msk (1UL << SCB_AIRCR_BFHFNMINS_Pos) |
SCB AIRCR: BFHFNMINS Mask
Definition at line 617 of file core_armv8mml.h.
| #define SCB_AIRCR_BFHFNMINS_Msk (1UL << SCB_AIRCR_BFHFNMINS_Pos) |
SCB AIRCR: BFHFNMINS Mask
Definition at line 474 of file core_cm23.h.
| #define SCB_AIRCR_BFHFNMINS_Msk (1UL << SCB_AIRCR_BFHFNMINS_Pos) |
SCB AIRCR: BFHFNMINS Mask
Definition at line 617 of file core_cm33.h.
| #define SCB_AIRCR_BFHFNMINS_Msk (1UL << SCB_AIRCR_BFHFNMINS_Pos) |
SCB AIRCR: BFHFNMINS Mask
Definition at line 617 of file core_cm35p.h.
| #define SCB_AIRCR_BFHFNMINS_Pos 13U |
SCB AIRCR: BFHFNMINS Position
Definition at line 625 of file core_armv81mml.h.
| #define SCB_AIRCR_BFHFNMINS_Pos 13U |
SCB AIRCR: BFHFNMINS Position
Definition at line 473 of file core_armv8mbl.h.
| #define SCB_AIRCR_BFHFNMINS_Pos 13U |
SCB AIRCR: BFHFNMINS Position
Definition at line 616 of file core_armv8mml.h.
| #define SCB_AIRCR_BFHFNMINS_Pos 13U |
SCB AIRCR: BFHFNMINS Position
Definition at line 473 of file core_cm23.h.
| #define SCB_AIRCR_BFHFNMINS_Pos 13U |
SCB AIRCR: BFHFNMINS Position
Definition at line 616 of file core_cm33.h.
| #define SCB_AIRCR_BFHFNMINS_Pos 13U |
SCB AIRCR: BFHFNMINS Position
Definition at line 616 of file core_cm35p.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 620 of file core_armv81mml.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 468 of file core_armv8mbl.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 611 of file core_armv8mml.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 406 of file core_cm0.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 430 of file core_cm0plus.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 406 of file core_cm1.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 468 of file core_cm23.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 466 of file core_cm3.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 611 of file core_cm33.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 611 of file core_cm35p.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 524 of file core_cm4.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 568 of file core_cm7.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 418 of file core_sc000.h.
| #define SCB_AIRCR_ENDIANESS_Msk (1UL << SCB_AIRCR_ENDIANESS_Pos) |
SCB AIRCR: ENDIANESS Mask
Definition at line 463 of file core_sc300.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 619 of file core_armv81mml.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 467 of file core_armv8mbl.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 610 of file core_armv8mml.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 405 of file core_cm0.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 429 of file core_cm0plus.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 405 of file core_cm1.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 467 of file core_cm23.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 465 of file core_cm3.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 610 of file core_cm33.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 610 of file core_cm35p.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 523 of file core_cm4.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 567 of file core_cm7.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 417 of file core_sc000.h.
| #define SCB_AIRCR_ENDIANESS_Pos 15U |
SCB AIRCR: ENDIANESS Position
Definition at line 462 of file core_sc300.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 629 of file core_armv81mml.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 620 of file core_armv8mml.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 469 of file core_cm3.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 620 of file core_cm33.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 620 of file core_cm35p.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 527 of file core_cm4.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 571 of file core_cm7.h.
| #define SCB_AIRCR_PRIGROUP_Msk (7UL << SCB_AIRCR_PRIGROUP_Pos) |
SCB AIRCR: PRIGROUP Mask
Definition at line 466 of file core_sc300.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 628 of file core_armv81mml.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 619 of file core_armv8mml.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 468 of file core_cm3.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 619 of file core_cm33.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 619 of file core_cm35p.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 526 of file core_cm4.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 570 of file core_cm7.h.
| #define SCB_AIRCR_PRIGROUP_Pos 8U |
SCB AIRCR: PRIGROUP Position
Definition at line 465 of file core_sc300.h.
| #define SCB_AIRCR_PRIS_Msk (1UL << SCB_AIRCR_PRIS_Pos) |
SCB AIRCR: PRIS Mask
Definition at line 623 of file core_armv81mml.h.
| #define SCB_AIRCR_PRIS_Msk (1UL << SCB_AIRCR_PRIS_Pos) |
SCB AIRCR: PRIS Mask
Definition at line 471 of file core_armv8mbl.h.
| #define SCB_AIRCR_PRIS_Msk (1UL << SCB_AIRCR_PRIS_Pos) |
SCB AIRCR: PRIS Mask
Definition at line 614 of file core_armv8mml.h.
| #define SCB_AIRCR_PRIS_Msk (1UL << SCB_AIRCR_PRIS_Pos) |
SCB AIRCR: PRIS Mask
Definition at line 471 of file core_cm23.h.
| #define SCB_AIRCR_PRIS_Msk (1UL << SCB_AIRCR_PRIS_Pos) |
SCB AIRCR: PRIS Mask
Definition at line 614 of file core_cm33.h.
| #define SCB_AIRCR_PRIS_Msk (1UL << SCB_AIRCR_PRIS_Pos) |
SCB AIRCR: PRIS Mask
Definition at line 614 of file core_cm35p.h.
| #define SCB_AIRCR_PRIS_Pos 14U |
SCB AIRCR: PRIS Position
Definition at line 622 of file core_armv81mml.h.
| #define SCB_AIRCR_PRIS_Pos 14U |
SCB AIRCR: PRIS Position
Definition at line 470 of file core_armv8mbl.h.
| #define SCB_AIRCR_PRIS_Pos 14U |
SCB AIRCR: PRIS Position
Definition at line 613 of file core_armv8mml.h.
| #define SCB_AIRCR_PRIS_Pos 14U |
SCB AIRCR: PRIS Position
Definition at line 470 of file core_cm23.h.
| #define SCB_AIRCR_PRIS_Pos 14U |
SCB AIRCR: PRIS Position
Definition at line 613 of file core_cm33.h.
| #define SCB_AIRCR_PRIS_Pos 14U |
SCB AIRCR: PRIS Position
Definition at line 613 of file core_cm35p.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 635 of file core_armv81mml.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 480 of file core_armv8mbl.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 626 of file core_armv8mml.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 409 of file core_cm0.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 433 of file core_cm0plus.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 409 of file core_cm1.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 480 of file core_cm23.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 472 of file core_cm3.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 626 of file core_cm33.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 626 of file core_cm35p.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 530 of file core_cm4.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 574 of file core_cm7.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 421 of file core_sc000.h.
| #define SCB_AIRCR_SYSRESETREQ_Msk (1UL << SCB_AIRCR_SYSRESETREQ_Pos) |
SCB AIRCR: SYSRESETREQ Mask
Definition at line 469 of file core_sc300.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 634 of file core_armv81mml.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 479 of file core_armv8mbl.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 625 of file core_armv8mml.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 408 of file core_cm0.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 432 of file core_cm0plus.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 408 of file core_cm1.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 479 of file core_cm23.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 471 of file core_cm3.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 625 of file core_cm33.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 625 of file core_cm35p.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 529 of file core_cm4.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 573 of file core_cm7.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 420 of file core_sc000.h.
| #define SCB_AIRCR_SYSRESETREQ_Pos 2U |
SCB AIRCR: SYSRESETREQ Position
Definition at line 468 of file core_sc300.h.
| #define SCB_AIRCR_SYSRESETREQS_Msk (1UL << SCB_AIRCR_SYSRESETREQS_Pos) |
SCB AIRCR: SYSRESETREQS Mask
Definition at line 632 of file core_armv81mml.h.
| #define SCB_AIRCR_SYSRESETREQS_Msk (1UL << SCB_AIRCR_SYSRESETREQS_Pos) |
SCB AIRCR: SYSRESETREQS Mask
Definition at line 477 of file core_armv8mbl.h.
| #define SCB_AIRCR_SYSRESETREQS_Msk (1UL << SCB_AIRCR_SYSRESETREQS_Pos) |
SCB AIRCR: SYSRESETREQS Mask
Definition at line 623 of file core_armv8mml.h.
| #define SCB_AIRCR_SYSRESETREQS_Msk (1UL << SCB_AIRCR_SYSRESETREQS_Pos) |
SCB AIRCR: SYSRESETREQS Mask
Definition at line 477 of file core_cm23.h.
| #define SCB_AIRCR_SYSRESETREQS_Msk (1UL << SCB_AIRCR_SYSRESETREQS_Pos) |
SCB AIRCR: SYSRESETREQS Mask
Definition at line 623 of file core_cm33.h.
| #define SCB_AIRCR_SYSRESETREQS_Msk (1UL << SCB_AIRCR_SYSRESETREQS_Pos) |
SCB AIRCR: SYSRESETREQS Mask
Definition at line 623 of file core_cm35p.h.
| #define SCB_AIRCR_SYSRESETREQS_Pos 3U |
SCB AIRCR: SYSRESETREQS Position
Definition at line 631 of file core_armv81mml.h.
| #define SCB_AIRCR_SYSRESETREQS_Pos 3U |
SCB AIRCR: SYSRESETREQS Position
Definition at line 476 of file core_armv8mbl.h.
| #define SCB_AIRCR_SYSRESETREQS_Pos 3U |
SCB AIRCR: SYSRESETREQS Position
Definition at line 622 of file core_armv8mml.h.
| #define SCB_AIRCR_SYSRESETREQS_Pos 3U |
SCB AIRCR: SYSRESETREQS Position
Definition at line 476 of file core_cm23.h.
| #define SCB_AIRCR_SYSRESETREQS_Pos 3U |
SCB AIRCR: SYSRESETREQS Position
Definition at line 622 of file core_cm33.h.
| #define SCB_AIRCR_SYSRESETREQS_Pos 3U |
SCB AIRCR: SYSRESETREQS Position
Definition at line 622 of file core_cm35p.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 638 of file core_armv81mml.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 483 of file core_armv8mbl.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 629 of file core_armv8mml.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 412 of file core_cm0.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 436 of file core_cm0plus.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 412 of file core_cm1.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 483 of file core_cm23.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 475 of file core_cm3.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 629 of file core_cm33.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 629 of file core_cm35p.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 533 of file core_cm4.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 577 of file core_cm7.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 424 of file core_sc000.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Msk (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos) |
SCB AIRCR: VECTCLRACTIVE Mask
Definition at line 472 of file core_sc300.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 637 of file core_armv81mml.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 482 of file core_armv8mbl.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 628 of file core_armv8mml.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 411 of file core_cm0.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 435 of file core_cm0plus.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 411 of file core_cm1.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 482 of file core_cm23.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 474 of file core_cm3.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 628 of file core_cm33.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 628 of file core_cm35p.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 532 of file core_cm4.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 576 of file core_cm7.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 423 of file core_sc000.h.
| #define SCB_AIRCR_VECTCLRACTIVE_Pos 1U |
SCB AIRCR: VECTCLRACTIVE Position
Definition at line 471 of file core_sc300.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 614 of file core_armv81mml.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 462 of file core_armv8mbl.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 605 of file core_armv8mml.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 400 of file core_cm0.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 424 of file core_cm0plus.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 400 of file core_cm1.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 462 of file core_cm23.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 460 of file core_cm3.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 605 of file core_cm33.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 605 of file core_cm35p.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 518 of file core_cm4.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 562 of file core_cm7.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 412 of file core_sc000.h.
| #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) |
SCB AIRCR: VECTKEY Mask
Definition at line 457 of file core_sc300.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 613 of file core_armv81mml.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 461 of file core_armv8mbl.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 604 of file core_armv8mml.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 399 of file core_cm0.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 423 of file core_cm0plus.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 399 of file core_cm1.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 461 of file core_cm23.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 459 of file core_cm3.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 604 of file core_cm33.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 604 of file core_cm35p.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 517 of file core_cm4.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 561 of file core_cm7.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 411 of file core_sc000.h.
| #define SCB_AIRCR_VECTKEY_Pos 16U |
SCB AIRCR: VECTKEY Position
Definition at line 456 of file core_sc300.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 617 of file core_armv81mml.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 465 of file core_armv8mbl.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 608 of file core_armv8mml.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 403 of file core_cm0.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 427 of file core_cm0plus.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 403 of file core_cm1.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 465 of file core_cm23.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 463 of file core_cm3.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 608 of file core_cm33.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 608 of file core_cm35p.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 521 of file core_cm4.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 565 of file core_cm7.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 415 of file core_sc000.h.
| #define SCB_AIRCR_VECTKEYSTAT_Msk (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos) |
SCB AIRCR: VECTKEYSTAT Mask
Definition at line 460 of file core_sc300.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 616 of file core_armv81mml.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 464 of file core_armv8mbl.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 607 of file core_armv8mml.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 402 of file core_cm0.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 426 of file core_cm0plus.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 402 of file core_cm1.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 464 of file core_cm23.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 462 of file core_cm3.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 607 of file core_cm33.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 607 of file core_cm35p.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 520 of file core_cm4.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 564 of file core_cm7.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 414 of file core_sc000.h.
| #define SCB_AIRCR_VECTKEYSTAT_Pos 16U |
SCB AIRCR: VECTKEYSTAT Position
Definition at line 459 of file core_sc300.h.
| #define SCB_AIRCR_VECTRESET_Msk (1UL /*<< SCB_AIRCR_VECTRESET_Pos*/) |
SCB AIRCR: VECTRESET Mask
Definition at line 478 of file core_cm3.h.
| #define SCB_AIRCR_VECTRESET_Msk (1UL /*<< SCB_AIRCR_VECTRESET_Pos*/) |
SCB AIRCR: VECTRESET Mask
Definition at line 536 of file core_cm4.h.
| #define SCB_AIRCR_VECTRESET_Msk (1UL /*<< SCB_AIRCR_VECTRESET_Pos*/) |
SCB AIRCR: VECTRESET Mask
Definition at line 580 of file core_cm7.h.
| #define SCB_AIRCR_VECTRESET_Msk (1UL /*<< SCB_AIRCR_VECTRESET_Pos*/) |
SCB AIRCR: VECTRESET Mask
Definition at line 475 of file core_sc300.h.
| #define SCB_AIRCR_VECTRESET_Pos 0U |
SCB AIRCR: VECTRESET Position
Definition at line 477 of file core_cm3.h.
| #define SCB_AIRCR_VECTRESET_Pos 0U |
SCB AIRCR: VECTRESET Position
Definition at line 535 of file core_cm4.h.
| #define SCB_AIRCR_VECTRESET_Pos 0U |
SCB AIRCR: VECTRESET Position
Definition at line 579 of file core_cm7.h.
| #define SCB_AIRCR_VECTRESET_Pos 0U |
SCB AIRCR: VECTRESET Position
Definition at line 474 of file core_sc300.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 2041 of file core_armv81mml.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1119 of file core_armv8mbl.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1885 of file core_armv8mml.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 537 of file core_cm0.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 651 of file core_cm0plus.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 563 of file core_cm1.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1194 of file core_cm23.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1382 of file core_cm3.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1960 of file core_cm33.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1960 of file core_cm35p.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1552 of file core_cm4.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1775 of file core_cm7.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 660 of file core_sc000.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1365 of file core_sc300.h.
| #define SCB_CACR_ECCEN_Msk (1UL << SCB_CACR_ECCEN_Pos) |
SCB CACR: ECCEN Mask
Definition at line 963 of file core_armv81mml.h.
| #define SCB_CACR_ECCEN_Msk (1UL << SCB_CACR_ECCEN_Pos) |
SCB CACR: ECCEN Mask
Definition at line 874 of file core_cm7.h.
| #define SCB_CACR_ECCEN_Pos 1U |
SCB CACR: ECCEN Position
Definition at line 962 of file core_armv81mml.h.
| #define SCB_CACR_ECCEN_Pos 1U |
SCB CACR: ECCEN Position
Definition at line 873 of file core_cm7.h.
| #define SCB_CACR_FORCEWT_Msk (1UL << SCB_CACR_FORCEWT_Pos) |
SCB CACR: FORCEWT Mask
Definition at line 960 of file core_armv81mml.h.
| #define SCB_CACR_FORCEWT_Msk (1UL << SCB_CACR_FORCEWT_Pos) |
SCB CACR: FORCEWT Mask
Definition at line 871 of file core_cm7.h.
| #define SCB_CACR_FORCEWT_Pos 2U |
SCB CACR: FORCEWT Position
Definition at line 959 of file core_armv81mml.h.
| #define SCB_CACR_FORCEWT_Pos 2U |
SCB CACR: FORCEWT Position
Definition at line 870 of file core_cm7.h.
| #define SCB_CACR_SIWT_Msk (1UL /*<< SCB_CACR_SIWT_Pos*/) |
SCB CACR: SIWT Mask
Definition at line 966 of file core_armv81mml.h.
| #define SCB_CACR_SIWT_Msk (1UL /*<< SCB_CACR_SIWT_Pos*/) |
SCB CACR: SIWT Mask
Definition at line 877 of file core_cm7.h.
| #define SCB_CACR_SIWT_Pos 0U |
SCB CACR: SIWT Position
Definition at line 965 of file core_armv81mml.h.
| #define SCB_CACR_SIWT_Pos 0U |
SCB CACR: SIWT Position
Definition at line 876 of file core_cm7.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 667 of file core_armv81mml.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 512 of file core_armv8mbl.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 658 of file core_armv8mml.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 512 of file core_cm23.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 495 of file core_cm3.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 658 of file core_cm33.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 658 of file core_cm35p.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 553 of file core_cm4.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 606 of file core_cm7.h.
| #define SCB_CCR_BFHFNMIGN_Msk (1UL << SCB_CCR_BFHFNMIGN_Pos) |
SCB CCR: BFHFNMIGN Mask
Definition at line 492 of file core_sc300.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 666 of file core_armv81mml.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 511 of file core_armv8mbl.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 657 of file core_armv8mml.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 511 of file core_cm23.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 494 of file core_cm3.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 657 of file core_cm33.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 657 of file core_cm35p.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 552 of file core_cm4.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 605 of file core_cm7.h.
| #define SCB_CCR_BFHFNMIGN_Pos 8U |
SCB CCR: BFHFNMIGN Position
Definition at line 491 of file core_sc300.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: BP Mask
SCB CCR: Branch prediction enable bit Mask
Definition at line 655 of file core_armv81mml.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: BP Mask
SCB CCR: Branch prediction enable bit Mask
Definition at line 500 of file core_armv8mbl.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: BP Mask
SCB CCR: Branch prediction enable bit Mask
Definition at line 646 of file core_armv8mml.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: BP Mask
SCB CCR: Branch prediction enable bit Mask
Definition at line 500 of file core_cm23.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: BP Mask
SCB CCR: Branch prediction enable bit Mask
Definition at line 646 of file core_cm33.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: BP Mask
SCB CCR: Branch prediction enable bit Mask
Definition at line 646 of file core_cm35p.h.
| #define SCB_CCR_BP_Msk (1UL << SCB_CCR_BP_Pos) |
SCB CCR: Branch prediction enable bit Mask
Definition at line 594 of file core_cm7.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: BP Position
SCB CCR: Branch prediction enable bit Position
Definition at line 654 of file core_armv81mml.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: BP Position
SCB CCR: Branch prediction enable bit Position
Definition at line 499 of file core_armv8mbl.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: BP Position
SCB CCR: Branch prediction enable bit Position
Definition at line 645 of file core_armv8mml.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: BP Position
SCB CCR: Branch prediction enable bit Position
Definition at line 499 of file core_cm23.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: BP Position
SCB CCR: Branch prediction enable bit Position
Definition at line 645 of file core_cm33.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: BP Position
SCB CCR: Branch prediction enable bit Position
Definition at line 645 of file core_cm35p.h.
| #define SCB_CCR_BP_Pos 18U |
SCB CCR: Branch prediction enable bit Position
Definition at line 593 of file core_cm7.h.
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
| #define SCB_CCR_DC_Msk (1UL << SCB_CCR_DC_Pos) |
SCB CCR: Cache enable bit Mask
Definition at line 600 of file core_cm7.h.
| #define SCB_CCR_DC_Pos 16U |
SCB CCR: DC Position
SCB CCR: Cache enable bit Position
Definition at line 660 of file core_armv81mml.h.
| #define SCB_CCR_DC_Pos 16U |
SCB CCR: DC Position
SCB CCR: Cache enable bit Position
Definition at line 505 of file core_armv8mbl.h.
| #define SCB_CCR_DC_Pos 16U |
SCB CCR: DC Position
SCB CCR: Cache enable bit Position
Definition at line 651 of file core_armv8mml.h.
| #define SCB_CCR_DC_Pos 16U |
| #define SCB_CCR_DC_Pos 16U |
| #define SCB_CCR_DC_Pos 16U |
SCB CCR: DC Position
SCB CCR: Cache enable bit Position
Definition at line 651 of file core_cm35p.h.
| #define SCB_CCR_DC_Pos 16U |
SCB CCR: Cache enable bit Position
Definition at line 599 of file core_cm7.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 670 of file core_armv81mml.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 515 of file core_armv8mbl.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 661 of file core_armv8mml.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 515 of file core_cm23.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 498 of file core_cm3.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 661 of file core_cm33.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 661 of file core_cm35p.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 556 of file core_cm4.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 609 of file core_cm7.h.
| #define SCB_CCR_DIV_0_TRP_Msk (1UL << SCB_CCR_DIV_0_TRP_Pos) |
SCB CCR: DIV_0_TRP Mask
Definition at line 495 of file core_sc300.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 669 of file core_armv81mml.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 514 of file core_armv8mbl.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 660 of file core_armv8mml.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 514 of file core_cm23.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 497 of file core_cm3.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 660 of file core_cm33.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 660 of file core_cm35p.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 555 of file core_cm4.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 608 of file core_cm7.h.
| #define SCB_CCR_DIV_0_TRP_Pos 4U |
SCB CCR: DIV_0_TRP Position
Definition at line 494 of file core_sc300.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: IC Mask
SCB CCR: Instruction cache enable bit Mask
Definition at line 658 of file core_armv81mml.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: IC Mask
SCB CCR: Instruction cache enable bit Mask
Definition at line 503 of file core_armv8mbl.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: IC Mask
SCB CCR: Instruction cache enable bit Mask
Definition at line 649 of file core_armv8mml.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: IC Mask
SCB CCR: Instruction cache enable bit Mask
Definition at line 503 of file core_cm23.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: IC Mask
SCB CCR: Instruction cache enable bit Mask
Definition at line 649 of file core_cm33.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: IC Mask
SCB CCR: Instruction cache enable bit Mask
Definition at line 649 of file core_cm35p.h.
| #define SCB_CCR_IC_Msk (1UL << SCB_CCR_IC_Pos) |
SCB CCR: Instruction cache enable bit Mask
Definition at line 597 of file core_cm7.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: IC Position
SCB CCR: Instruction cache enable bit Position
Definition at line 657 of file core_armv81mml.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: IC Position
SCB CCR: Instruction cache enable bit Position
Definition at line 502 of file core_armv8mbl.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: IC Position
SCB CCR: Instruction cache enable bit Position
Definition at line 648 of file core_armv8mml.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: IC Position
SCB CCR: Instruction cache enable bit Position
Definition at line 502 of file core_cm23.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: IC Position
SCB CCR: Instruction cache enable bit Position
Definition at line 648 of file core_cm33.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: IC Position
SCB CCR: Instruction cache enable bit Position
Definition at line 648 of file core_cm35p.h.
| #define SCB_CCR_IC_Pos 17U |
SCB CCR: Instruction cache enable bit Position
Definition at line 596 of file core_cm7.h.
| #define SCB_CCR_NONBASETHRDENA_Msk (1UL /*<< SCB_CCR_NONBASETHRDENA_Pos*/) |
SCB CCR: NONBASETHRDENA Mask
Definition at line 507 of file core_cm3.h.
| #define SCB_CCR_NONBASETHRDENA_Msk (1UL /*<< SCB_CCR_NONBASETHRDENA_Pos*/) |
SCB CCR: NONBASETHRDENA Mask
Definition at line 565 of file core_cm4.h.
| #define SCB_CCR_NONBASETHRDENA_Msk (1UL /*<< SCB_CCR_NONBASETHRDENA_Pos*/) |
SCB CCR: NONBASETHRDENA Mask
Definition at line 618 of file core_cm7.h.
| #define SCB_CCR_NONBASETHRDENA_Msk (1UL /*<< SCB_CCR_NONBASETHRDENA_Pos*/) |
SCB CCR: NONBASETHRDENA Mask
Definition at line 504 of file core_sc300.h.
| #define SCB_CCR_NONBASETHRDENA_Pos 0U |
SCB CCR: NONBASETHRDENA Position
Definition at line 506 of file core_cm3.h.
| #define SCB_CCR_NONBASETHRDENA_Pos 0U |
SCB CCR: NONBASETHRDENA Position
Definition at line 564 of file core_cm4.h.
| #define SCB_CCR_NONBASETHRDENA_Pos 0U |
SCB CCR: NONBASETHRDENA Position
Definition at line 617 of file core_cm7.h.
| #define SCB_CCR_NONBASETHRDENA_Pos 0U |
SCB CCR: NONBASETHRDENA Position
Definition at line 503 of file core_sc300.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 426 of file core_cm0.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 450 of file core_cm0plus.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 426 of file core_cm1.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 492 of file core_cm3.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 550 of file core_cm4.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 603 of file core_cm7.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 438 of file core_sc000.h.
| #define SCB_CCR_STKALIGN_Msk (1UL << SCB_CCR_STKALIGN_Pos) |
SCB CCR: STKALIGN Mask
Definition at line 489 of file core_sc300.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 425 of file core_cm0.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 449 of file core_cm0plus.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 425 of file core_cm1.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 491 of file core_cm3.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 549 of file core_cm4.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 602 of file core_cm7.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 437 of file core_sc000.h.
| #define SCB_CCR_STKALIGN_Pos 9U |
SCB CCR: STKALIGN Position
Definition at line 488 of file core_sc300.h.
| #define SCB_CCR_STKOFHFNMIGN_Msk (1UL << SCB_CCR_STKOFHFNMIGN_Pos) |
SCB CCR: STKOFHFNMIGN Mask
Definition at line 664 of file core_armv81mml.h.
| #define SCB_CCR_STKOFHFNMIGN_Msk (1UL << SCB_CCR_STKOFHFNMIGN_Pos) |
SCB CCR: STKOFHFNMIGN Mask
Definition at line 509 of file core_armv8mbl.h.
| #define SCB_CCR_STKOFHFNMIGN_Msk (1UL << SCB_CCR_STKOFHFNMIGN_Pos) |
SCB CCR: STKOFHFNMIGN Mask
Definition at line 655 of file core_armv8mml.h.
| #define SCB_CCR_STKOFHFNMIGN_Msk (1UL << SCB_CCR_STKOFHFNMIGN_Pos) |
SCB CCR: STKOFHFNMIGN Mask
Definition at line 509 of file core_cm23.h.
| #define SCB_CCR_STKOFHFNMIGN_Msk (1UL << SCB_CCR_STKOFHFNMIGN_Pos) |
SCB CCR: STKOFHFNMIGN Mask
Definition at line 655 of file core_cm33.h.
| #define SCB_CCR_STKOFHFNMIGN_Msk (1UL << SCB_CCR_STKOFHFNMIGN_Pos) |
SCB CCR: STKOFHFNMIGN Mask
Definition at line 655 of file core_cm35p.h.
| #define SCB_CCR_STKOFHFNMIGN_Pos 10U |
SCB CCR: STKOFHFNMIGN Position
Definition at line 663 of file core_armv81mml.h.
| #define SCB_CCR_STKOFHFNMIGN_Pos 10U |
SCB CCR: STKOFHFNMIGN Position
Definition at line 508 of file core_armv8mbl.h.
| #define SCB_CCR_STKOFHFNMIGN_Pos 10U |
SCB CCR: STKOFHFNMIGN Position
Definition at line 654 of file core_armv8mml.h.
| #define SCB_CCR_STKOFHFNMIGN_Pos 10U |
SCB CCR: STKOFHFNMIGN Position
Definition at line 508 of file core_cm23.h.
| #define SCB_CCR_STKOFHFNMIGN_Pos 10U |
SCB CCR: STKOFHFNMIGN Position
Definition at line 654 of file core_cm33.h.
| #define SCB_CCR_STKOFHFNMIGN_Pos 10U |
SCB CCR: STKOFHFNMIGN Position
Definition at line 654 of file core_cm35p.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 673 of file core_armv81mml.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 518 of file core_armv8mbl.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 664 of file core_armv8mml.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 429 of file core_cm0.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 453 of file core_cm0plus.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 429 of file core_cm1.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 518 of file core_cm23.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 501 of file core_cm3.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 664 of file core_cm33.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 664 of file core_cm35p.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 559 of file core_cm4.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 612 of file core_cm7.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 441 of file core_sc000.h.
| #define SCB_CCR_UNALIGN_TRP_Msk (1UL << SCB_CCR_UNALIGN_TRP_Pos) |
SCB CCR: UNALIGN_TRP Mask
Definition at line 498 of file core_sc300.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 672 of file core_armv81mml.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 517 of file core_armv8mbl.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 663 of file core_armv8mml.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 428 of file core_cm0.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 452 of file core_cm0plus.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 428 of file core_cm1.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 517 of file core_cm23.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 500 of file core_cm3.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 663 of file core_cm33.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 663 of file core_cm35p.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 558 of file core_cm4.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 611 of file core_cm7.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 440 of file core_sc000.h.
| #define SCB_CCR_UNALIGN_TRP_Pos 3U |
SCB CCR: UNALIGN_TRP Position
Definition at line 497 of file core_sc300.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 676 of file core_armv81mml.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 521 of file core_armv8mbl.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 667 of file core_armv8mml.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 521 of file core_cm23.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 504 of file core_cm3.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 667 of file core_cm33.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 667 of file core_cm35p.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 562 of file core_cm4.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 615 of file core_cm7.h.
| #define SCB_CCR_USERSETMPEND_Msk (1UL << SCB_CCR_USERSETMPEND_Pos) |
SCB CCR: USERSETMPEND Mask
Definition at line 501 of file core_sc300.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 675 of file core_armv81mml.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 520 of file core_armv8mbl.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 666 of file core_armv8mml.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 520 of file core_cm23.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 503 of file core_cm3.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 666 of file core_cm33.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 666 of file core_cm35p.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 561 of file core_cm4.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 614 of file core_cm7.h.
| #define SCB_CCR_USERSETMPEND_Pos 1U |
SCB CCR: USERSETMPEND Position
Definition at line 500 of file core_sc300.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Msk (0x3FFUL << SCB_CCSIDR_ASSOCIATIVITY_Pos) |
SCB CCSIDR: Associativity Mask
Definition at line 888 of file core_armv81mml.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Msk (0x3FFUL << SCB_CCSIDR_ASSOCIATIVITY_Pos) |
SCB CCSIDR: Associativity Mask
Definition at line 879 of file core_armv8mml.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Msk (0x3FFUL << SCB_CCSIDR_ASSOCIATIVITY_Pos) |
SCB CCSIDR: Associativity Mask
Definition at line 879 of file core_cm33.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Msk (0x3FFUL << SCB_CCSIDR_ASSOCIATIVITY_Pos) |
SCB CCSIDR: Associativity Mask
Definition at line 879 of file core_cm35p.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Msk (0x3FFUL << SCB_CCSIDR_ASSOCIATIVITY_Pos) |
SCB CCSIDR: Associativity Mask
Definition at line 799 of file core_cm7.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Pos 3U |
SCB CCSIDR: Associativity Position
Definition at line 887 of file core_armv81mml.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Pos 3U |
SCB CCSIDR: Associativity Position
Definition at line 878 of file core_armv8mml.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Pos 3U |
SCB CCSIDR: Associativity Position
Definition at line 878 of file core_cm33.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Pos 3U |
SCB CCSIDR: Associativity Position
Definition at line 878 of file core_cm35p.h.
| #define SCB_CCSIDR_ASSOCIATIVITY_Pos 3U |
SCB CCSIDR: Associativity Position
Definition at line 798 of file core_cm7.h.
| #define SCB_CCSIDR_LINESIZE_Msk (7UL /*<< SCB_CCSIDR_LINESIZE_Pos*/) |
SCB CCSIDR: LineSize Mask
Definition at line 891 of file core_armv81mml.h.
| #define SCB_CCSIDR_LINESIZE_Msk (7UL /*<< SCB_CCSIDR_LINESIZE_Pos*/) |
SCB CCSIDR: LineSize Mask
Definition at line 882 of file core_armv8mml.h.
| #define SCB_CCSIDR_LINESIZE_Msk (7UL /*<< SCB_CCSIDR_LINESIZE_Pos*/) |
SCB CCSIDR: LineSize Mask
Definition at line 882 of file core_cm33.h.
| #define SCB_CCSIDR_LINESIZE_Msk (7UL /*<< SCB_CCSIDR_LINESIZE_Pos*/) |
SCB CCSIDR: LineSize Mask
Definition at line 882 of file core_cm35p.h.
| #define SCB_CCSIDR_LINESIZE_Msk (7UL /*<< SCB_CCSIDR_LINESIZE_Pos*/) |
SCB CCSIDR: LineSize Mask
Definition at line 802 of file core_cm7.h.
| #define SCB_CCSIDR_LINESIZE_Pos 0U |
SCB CCSIDR: LineSize Position
Definition at line 890 of file core_armv81mml.h.
| #define SCB_CCSIDR_LINESIZE_Pos 0U |
SCB CCSIDR: LineSize Position
Definition at line 881 of file core_armv8mml.h.
| #define SCB_CCSIDR_LINESIZE_Pos 0U |
SCB CCSIDR: LineSize Position
Definition at line 881 of file core_cm33.h.
| #define SCB_CCSIDR_LINESIZE_Pos 0U |
SCB CCSIDR: LineSize Position
Definition at line 881 of file core_cm35p.h.
| #define SCB_CCSIDR_LINESIZE_Pos 0U |
SCB CCSIDR: LineSize Position
Definition at line 801 of file core_cm7.h.
| #define SCB_CCSIDR_NUMSETS_Msk (0x7FFFUL << SCB_CCSIDR_NUMSETS_Pos) |
SCB CCSIDR: NumSets Mask
Definition at line 885 of file core_armv81mml.h.
| #define SCB_CCSIDR_NUMSETS_Msk (0x7FFFUL << SCB_CCSIDR_NUMSETS_Pos) |
SCB CCSIDR: NumSets Mask
Definition at line 876 of file core_armv8mml.h.
| #define SCB_CCSIDR_NUMSETS_Msk (0x7FFFUL << SCB_CCSIDR_NUMSETS_Pos) |
SCB CCSIDR: NumSets Mask
Definition at line 876 of file core_cm33.h.
| #define SCB_CCSIDR_NUMSETS_Msk (0x7FFFUL << SCB_CCSIDR_NUMSETS_Pos) |
SCB CCSIDR: NumSets Mask
Definition at line 876 of file core_cm35p.h.
| #define SCB_CCSIDR_NUMSETS_Msk (0x7FFFUL << SCB_CCSIDR_NUMSETS_Pos) |
SCB CCSIDR: NumSets Mask
Definition at line 796 of file core_cm7.h.
| #define SCB_CCSIDR_NUMSETS_Pos 13U |
SCB CCSIDR: NumSets Position
Definition at line 884 of file core_armv81mml.h.
| #define SCB_CCSIDR_NUMSETS_Pos 13U |
SCB CCSIDR: NumSets Position
Definition at line 875 of file core_armv8mml.h.
| #define SCB_CCSIDR_NUMSETS_Pos 13U |
SCB CCSIDR: NumSets Position
Definition at line 875 of file core_cm33.h.
| #define SCB_CCSIDR_NUMSETS_Pos 13U |
SCB CCSIDR: NumSets Position
Definition at line 875 of file core_cm35p.h.
| #define SCB_CCSIDR_NUMSETS_Pos 13U |
SCB CCSIDR: NumSets Position
Definition at line 795 of file core_cm7.h.
| #define SCB_CCSIDR_RA_Msk (1UL << SCB_CCSIDR_RA_Pos) |
SCB CCSIDR: RA Mask
Definition at line 879 of file core_armv81mml.h.
| #define SCB_CCSIDR_RA_Msk (1UL << SCB_CCSIDR_RA_Pos) |
SCB CCSIDR: RA Mask
Definition at line 870 of file core_armv8mml.h.
| #define SCB_CCSIDR_RA_Msk (1UL << SCB_CCSIDR_RA_Pos) |
SCB CCSIDR: RA Mask
Definition at line 870 of file core_cm33.h.
| #define SCB_CCSIDR_RA_Msk (1UL << SCB_CCSIDR_RA_Pos) |
SCB CCSIDR: RA Mask
Definition at line 870 of file core_cm35p.h.
| #define SCB_CCSIDR_RA_Msk (1UL << SCB_CCSIDR_RA_Pos) |
SCB CCSIDR: RA Mask
Definition at line 790 of file core_cm7.h.
| #define SCB_CCSIDR_RA_Pos 29U |
SCB CCSIDR: RA Position
Definition at line 878 of file core_armv81mml.h.
| #define SCB_CCSIDR_RA_Pos 29U |
SCB CCSIDR: RA Position
Definition at line 869 of file core_armv8mml.h.
| #define SCB_CCSIDR_RA_Pos 29U |
SCB CCSIDR: RA Position
Definition at line 869 of file core_cm33.h.
| #define SCB_CCSIDR_RA_Pos 29U |
SCB CCSIDR: RA Position
Definition at line 869 of file core_cm35p.h.
| #define SCB_CCSIDR_RA_Pos 29U |
SCB CCSIDR: RA Position
Definition at line 789 of file core_cm7.h.
| #define SCB_CCSIDR_WA_Msk (1UL << SCB_CCSIDR_WA_Pos) |
SCB CCSIDR: WA Mask
Definition at line 882 of file core_armv81mml.h.
| #define SCB_CCSIDR_WA_Msk (1UL << SCB_CCSIDR_WA_Pos) |
SCB CCSIDR: WA Mask
Definition at line 873 of file core_armv8mml.h.
| #define SCB_CCSIDR_WA_Msk (1UL << SCB_CCSIDR_WA_Pos) |
SCB CCSIDR: WA Mask
Definition at line 873 of file core_cm33.h.
| #define SCB_CCSIDR_WA_Msk (1UL << SCB_CCSIDR_WA_Pos) |
SCB CCSIDR: WA Mask
Definition at line 873 of file core_cm35p.h.
| #define SCB_CCSIDR_WA_Msk (1UL << SCB_CCSIDR_WA_Pos) |
SCB CCSIDR: WA Mask
Definition at line 793 of file core_cm7.h.
| #define SCB_CCSIDR_WA_Pos 28U |
SCB CCSIDR: WA Position
Definition at line 881 of file core_armv81mml.h.
| #define SCB_CCSIDR_WA_Pos 28U |
SCB CCSIDR: WA Position
Definition at line 872 of file core_armv8mml.h.
| #define SCB_CCSIDR_WA_Pos 28U |
SCB CCSIDR: WA Position
Definition at line 872 of file core_cm33.h.
| #define SCB_CCSIDR_WA_Pos 28U |
SCB CCSIDR: WA Position
Definition at line 872 of file core_cm35p.h.
| #define SCB_CCSIDR_WA_Pos 28U |
SCB CCSIDR: WA Position
Definition at line 792 of file core_cm7.h.
| #define SCB_CCSIDR_WB_Msk (1UL << SCB_CCSIDR_WB_Pos) |
SCB CCSIDR: WB Mask
Definition at line 876 of file core_armv81mml.h.
| #define SCB_CCSIDR_WB_Msk (1UL << SCB_CCSIDR_WB_Pos) |
SCB CCSIDR: WB Mask
Definition at line 867 of file core_armv8mml.h.
| #define SCB_CCSIDR_WB_Msk (1UL << SCB_CCSIDR_WB_Pos) |
SCB CCSIDR: WB Mask
Definition at line 867 of file core_cm33.h.
| #define SCB_CCSIDR_WB_Msk (1UL << SCB_CCSIDR_WB_Pos) |
SCB CCSIDR: WB Mask
Definition at line 867 of file core_cm35p.h.
| #define SCB_CCSIDR_WB_Msk (1UL << SCB_CCSIDR_WB_Pos) |
SCB CCSIDR: WB Mask
Definition at line 787 of file core_cm7.h.
| #define SCB_CCSIDR_WB_Pos 30U |
SCB CCSIDR: WB Position
Definition at line 875 of file core_armv81mml.h.
| #define SCB_CCSIDR_WB_Pos 30U |
SCB CCSIDR: WB Position
Definition at line 866 of file core_armv8mml.h.
| #define SCB_CCSIDR_WB_Pos 30U |
SCB CCSIDR: WB Position
Definition at line 866 of file core_cm33.h.
| #define SCB_CCSIDR_WB_Pos 30U |
SCB CCSIDR: WB Position
Definition at line 866 of file core_cm35p.h.
| #define SCB_CCSIDR_WB_Pos 30U |
SCB CCSIDR: WB Position
Definition at line 786 of file core_cm7.h.
| #define SCB_CCSIDR_WT_Msk (1UL << SCB_CCSIDR_WT_Pos) |
SCB CCSIDR: WT Mask
Definition at line 873 of file core_armv81mml.h.
| #define SCB_CCSIDR_WT_Msk (1UL << SCB_CCSIDR_WT_Pos) |
SCB CCSIDR: WT Mask
Definition at line 864 of file core_armv8mml.h.
| #define SCB_CCSIDR_WT_Msk (1UL << SCB_CCSIDR_WT_Pos) |
SCB CCSIDR: WT Mask
Definition at line 864 of file core_cm33.h.
| #define SCB_CCSIDR_WT_Msk (1UL << SCB_CCSIDR_WT_Pos) |
SCB CCSIDR: WT Mask
Definition at line 864 of file core_cm35p.h.
| #define SCB_CCSIDR_WT_Msk (1UL << SCB_CCSIDR_WT_Pos) |
SCB CCSIDR: WT Mask
Definition at line 784 of file core_cm7.h.
| #define SCB_CCSIDR_WT_Pos 31U |
SCB CCSIDR: WT Position
Definition at line 872 of file core_armv81mml.h.
| #define SCB_CCSIDR_WT_Pos 31U |
SCB CCSIDR: WT Position
Definition at line 863 of file core_armv8mml.h.
| #define SCB_CCSIDR_WT_Pos 31U |
SCB CCSIDR: WT Position
Definition at line 863 of file core_cm33.h.
| #define SCB_CCSIDR_WT_Pos 31U |
SCB CCSIDR: WT Position
Definition at line 863 of file core_cm35p.h.
| #define SCB_CCSIDR_WT_Pos 31U |
SCB CCSIDR: WT Position
Definition at line 783 of file core_cm7.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 770 of file core_armv81mml.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 761 of file core_armv8mml.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 580 of file core_cm3.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 761 of file core_cm33.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 761 of file core_cm35p.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 641 of file core_cm4.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 694 of file core_cm7.h.
| #define SCB_CFSR_BFARVALID_Msk (1UL << SCB_CFSR_BFARVALID_Pos) |
SCB CFSR (BFSR): BFARVALID Mask
Definition at line 577 of file core_sc300.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 769 of file core_armv81mml.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 760 of file core_armv8mml.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 579 of file core_cm3.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 760 of file core_cm33.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 760 of file core_cm35p.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 640 of file core_cm4.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 693 of file core_cm7.h.
| #define SCB_CFSR_BFARVALID_Pos (SCB_CFSR_BUSFAULTSR_Pos + 7U) |
SCB CFSR (BFSR): BFARVALID Position
Definition at line 576 of file core_sc300.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 744 of file core_armv81mml.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 735 of file core_armv8mml.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 557 of file core_cm3.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 735 of file core_cm33.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 735 of file core_cm35p.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 615 of file core_cm4.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 668 of file core_cm7.h.
| #define SCB_CFSR_BUSFAULTSR_Msk (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos) |
SCB CFSR: Bus Fault Status Register Mask
Definition at line 554 of file core_sc300.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 743 of file core_armv81mml.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 734 of file core_armv8mml.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 556 of file core_cm3.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 734 of file core_cm33.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 734 of file core_cm35p.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 614 of file core_cm4.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 667 of file core_cm7.h.
| #define SCB_CFSR_BUSFAULTSR_Pos 8U |
SCB CFSR: Bus Fault Status Register Position
Definition at line 553 of file core_sc300.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 763 of file core_armv81mml.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 754 of file core_armv8mml.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 573 of file core_cm3.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 754 of file core_cm33.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 754 of file core_cm35p.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 634 of file core_cm4.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 687 of file core_cm7.h.
| #define SCB_CFSR_DACCVIOL_Msk (1UL << SCB_CFSR_DACCVIOL_Pos) |
SCB CFSR (MMFSR): DACCVIOL Mask
Definition at line 570 of file core_sc300.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 762 of file core_armv81mml.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 753 of file core_armv8mml.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 572 of file core_cm3.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 753 of file core_cm33.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 753 of file core_cm35p.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 633 of file core_cm4.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 686 of file core_cm7.h.
| #define SCB_CFSR_DACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 1U) |
SCB CFSR (MMFSR): DACCVIOL Position
Definition at line 569 of file core_sc300.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 792 of file core_armv81mml.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 783 of file core_armv8mml.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 599 of file core_cm3.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 783 of file core_cm33.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 783 of file core_cm35p.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 663 of file core_cm4.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 716 of file core_cm7.h.
| #define SCB_CFSR_DIVBYZERO_Msk (1UL << SCB_CFSR_DIVBYZERO_Pos) |
SCB CFSR (UFSR): DIVBYZERO Mask
Definition at line 596 of file core_sc300.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 791 of file core_armv81mml.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 782 of file core_armv8mml.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 598 of file core_cm3.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 782 of file core_cm33.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 782 of file core_cm35p.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 662 of file core_cm4.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 715 of file core_cm7.h.
| #define SCB_CFSR_DIVBYZERO_Pos (SCB_CFSR_USGFAULTSR_Pos + 9U) |
SCB CFSR (UFSR): DIVBYZERO Position
Definition at line 595 of file core_sc300.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 766 of file core_armv81mml.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 757 of file core_armv8mml.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 576 of file core_cm3.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 757 of file core_cm33.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 757 of file core_cm35p.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 637 of file core_cm4.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 690 of file core_cm7.h.
| #define SCB_CFSR_IACCVIOL_Msk (1UL /*<< SCB_CFSR_IACCVIOL_Pos*/) |
SCB CFSR (MMFSR): IACCVIOL Mask
Definition at line 573 of file core_sc300.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 765 of file core_armv81mml.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 756 of file core_armv8mml.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 575 of file core_cm3.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 756 of file core_cm33.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 756 of file core_cm35p.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 636 of file core_cm4.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 689 of file core_cm7.h.
| #define SCB_CFSR_IACCVIOL_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 0U) |
SCB CFSR (MMFSR): IACCVIOL Position
Definition at line 572 of file core_sc300.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 788 of file core_armv81mml.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 779 of file core_armv8mml.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 595 of file core_cm3.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 779 of file core_cm33.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 779 of file core_cm35p.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 659 of file core_cm4.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 712 of file core_cm7.h.
| #define SCB_CFSR_IBUSERR_Msk (1UL << SCB_CFSR_IBUSERR_Pos) |
SCB CFSR (BFSR): IBUSERR Mask
Definition at line 592 of file core_sc300.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 787 of file core_armv81mml.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 778 of file core_armv8mml.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 594 of file core_cm3.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 778 of file core_cm33.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 778 of file core_cm35p.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 658 of file core_cm4.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 711 of file core_cm7.h.
| #define SCB_CFSR_IBUSERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 0U) |
SCB CFSR (BFSR): IBUSERR Position
Definition at line 591 of file core_sc300.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 782 of file core_armv81mml.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 773 of file core_armv8mml.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 589 of file core_cm3.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 773 of file core_cm33.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 773 of file core_cm35p.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 653 of file core_cm4.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 706 of file core_cm7.h.
| #define SCB_CFSR_IMPRECISERR_Msk (1UL << SCB_CFSR_IMPRECISERR_Pos) |
SCB CFSR (BFSR): IMPRECISERR Mask
Definition at line 586 of file core_sc300.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 781 of file core_armv81mml.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 772 of file core_armv8mml.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 588 of file core_cm3.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 772 of file core_cm33.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 772 of file core_cm35p.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 652 of file core_cm4.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 705 of file core_cm7.h.
| #define SCB_CFSR_IMPRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 2U) |
SCB CFSR (BFSR): IMPRECISERR Position
Definition at line 585 of file core_sc300.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 804 of file core_armv81mml.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 795 of file core_armv8mml.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 608 of file core_cm3.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 795 of file core_cm33.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 795 of file core_cm35p.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 672 of file core_cm4.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 725 of file core_cm7.h.
| #define SCB_CFSR_INVPC_Msk (1UL << SCB_CFSR_INVPC_Pos) |
SCB CFSR (UFSR): INVPC Mask
Definition at line 605 of file core_sc300.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 803 of file core_armv81mml.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 794 of file core_armv8mml.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 607 of file core_cm3.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 794 of file core_cm33.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 794 of file core_cm35p.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 671 of file core_cm4.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 724 of file core_cm7.h.
| #define SCB_CFSR_INVPC_Pos (SCB_CFSR_USGFAULTSR_Pos + 2U) |
SCB CFSR (UFSR): INVPC Position
Definition at line 604 of file core_sc300.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 807 of file core_armv81mml.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 798 of file core_armv8mml.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 611 of file core_cm3.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 798 of file core_cm33.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 798 of file core_cm35p.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 675 of file core_cm4.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 728 of file core_cm7.h.
| #define SCB_CFSR_INVSTATE_Msk (1UL << SCB_CFSR_INVSTATE_Pos) |
SCB CFSR (UFSR): INVSTATE Mask
Definition at line 608 of file core_sc300.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 806 of file core_armv81mml.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 797 of file core_armv8mml.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 610 of file core_cm3.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 797 of file core_cm33.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 797 of file core_cm35p.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 674 of file core_cm4.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 727 of file core_cm7.h.
| #define SCB_CFSR_INVSTATE_Pos (SCB_CFSR_USGFAULTSR_Pos + 1U) |
SCB CFSR (UFSR): INVSTATE Position
Definition at line 607 of file core_sc300.h.
| #define SCB_CFSR_LSPERR_Msk (1UL << SCB_CFSR_LSPERR_Pos) |
SCB CFSR (BFSR): LSPERR Mask
Definition at line 773 of file core_armv81mml.h.
| #define SCB_CFSR_LSPERR_Msk (1UL << SCB_CFSR_LSPERR_Pos) |
SCB CFSR (BFSR): LSPERR Mask
Definition at line 764 of file core_armv8mml.h.
| #define SCB_CFSR_LSPERR_Msk (1UL << SCB_CFSR_LSPERR_Pos) |
SCB CFSR (BFSR): LSPERR Mask
Definition at line 764 of file core_cm33.h.
| #define SCB_CFSR_LSPERR_Msk (1UL << SCB_CFSR_LSPERR_Pos) |
SCB CFSR (BFSR): LSPERR Mask
Definition at line 764 of file core_cm35p.h.
| #define SCB_CFSR_LSPERR_Msk (1UL << SCB_CFSR_LSPERR_Pos) |
SCB CFSR (BFSR): LSPERR Mask
Definition at line 644 of file core_cm4.h.
| #define SCB_CFSR_LSPERR_Msk (1UL << SCB_CFSR_LSPERR_Pos) |
SCB CFSR (BFSR): LSPERR Mask
Definition at line 697 of file core_cm7.h.
| #define SCB_CFSR_LSPERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 5U) |
SCB CFSR (BFSR): LSPERR Position
Definition at line 772 of file core_armv81mml.h.
| #define SCB_CFSR_LSPERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 5U) |
SCB CFSR (BFSR): LSPERR Position
Definition at line 763 of file core_armv8mml.h.
| #define SCB_CFSR_LSPERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 5U) |
SCB CFSR (BFSR): LSPERR Position
Definition at line 763 of file core_cm33.h.
| #define SCB_CFSR_LSPERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 5U) |
SCB CFSR (BFSR): LSPERR Position
Definition at line 763 of file core_cm35p.h.
| #define SCB_CFSR_LSPERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 5U) |
SCB CFSR (BFSR): LSPERR Position
Definition at line 643 of file core_cm4.h.
| #define SCB_CFSR_LSPERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 5U) |
SCB CFSR (BFSR): LSPERR Position
Definition at line 696 of file core_cm7.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 747 of file core_armv81mml.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 738 of file core_armv8mml.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 560 of file core_cm3.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 738 of file core_cm33.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 738 of file core_cm35p.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 618 of file core_cm4.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 671 of file core_cm7.h.
| #define SCB_CFSR_MEMFAULTSR_Msk (0xFFUL /*<< SCB_CFSR_MEMFAULTSR_Pos*/) |
SCB CFSR: Memory Manage Fault Status Register Mask
Definition at line 557 of file core_sc300.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 746 of file core_armv81mml.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 737 of file core_armv8mml.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 559 of file core_cm3.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 737 of file core_cm33.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 737 of file core_cm35p.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 617 of file core_cm4.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 670 of file core_cm7.h.
| #define SCB_CFSR_MEMFAULTSR_Pos 0U |
SCB CFSR: Memory Manage Fault Status Register Position
Definition at line 556 of file core_sc300.h.
| #define SCB_CFSR_MLSPERR_Msk (1UL << SCB_CFSR_MLSPERR_Pos) |
SCB CFSR (MMFSR): MLSPERR Mask
Definition at line 754 of file core_armv81mml.h.
| #define SCB_CFSR_MLSPERR_Msk (1UL << SCB_CFSR_MLSPERR_Pos) |
SCB CFSR (MMFSR): MLSPERR Mask
Definition at line 745 of file core_armv8mml.h.
| #define SCB_CFSR_MLSPERR_Msk (1UL << SCB_CFSR_MLSPERR_Pos) |
SCB CFSR (MMFSR): MLSPERR Mask
Definition at line 745 of file core_cm33.h.
| #define SCB_CFSR_MLSPERR_Msk (1UL << SCB_CFSR_MLSPERR_Pos) |
SCB CFSR (MMFSR): MLSPERR Mask
Definition at line 745 of file core_cm35p.h.
| #define SCB_CFSR_MLSPERR_Msk (1UL << SCB_CFSR_MLSPERR_Pos) |
SCB CFSR (MMFSR): MLSPERR Mask
Definition at line 625 of file core_cm4.h.
| #define SCB_CFSR_MLSPERR_Msk (1UL << SCB_CFSR_MLSPERR_Pos) |
SCB CFSR (MMFSR): MLSPERR Mask
Definition at line 678 of file core_cm7.h.
| #define SCB_CFSR_MLSPERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 5U) |
SCB CFSR (MMFSR): MLSPERR Position
Definition at line 753 of file core_armv81mml.h.
| #define SCB_CFSR_MLSPERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 5U) |
SCB CFSR (MMFSR): MLSPERR Position
Definition at line 744 of file core_armv8mml.h.
| #define SCB_CFSR_MLSPERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 5U) |
SCB CFSR (MMFSR): MLSPERR Position
Definition at line 744 of file core_cm33.h.
| #define SCB_CFSR_MLSPERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 5U) |
SCB CFSR (MMFSR): MLSPERR Position
Definition at line 744 of file core_cm35p.h.
| #define SCB_CFSR_MLSPERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 5U) |
SCB CFSR (MMFSR): MLSPERR Position
Definition at line 624 of file core_cm4.h.
| #define SCB_CFSR_MLSPERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 5U) |
SCB CFSR (MMFSR): MLSPERR Position
Definition at line 677 of file core_cm7.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 751 of file core_armv81mml.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 742 of file core_armv8mml.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 564 of file core_cm3.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 742 of file core_cm33.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 742 of file core_cm35p.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 622 of file core_cm4.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 675 of file core_cm7.h.
| #define SCB_CFSR_MMARVALID_Msk (1UL << SCB_CFSR_MMARVALID_Pos) |
SCB CFSR (MMFSR): MMARVALID Mask
Definition at line 561 of file core_sc300.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 750 of file core_armv81mml.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 741 of file core_armv8mml.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 563 of file core_cm3.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 741 of file core_cm33.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 741 of file core_cm35p.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 621 of file core_cm4.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 674 of file core_cm7.h.
| #define SCB_CFSR_MMARVALID_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 7U) |
SCB CFSR (MMFSR): MMARVALID Position
Definition at line 560 of file core_sc300.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 757 of file core_armv81mml.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 748 of file core_armv8mml.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 567 of file core_cm3.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 748 of file core_cm33.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 748 of file core_cm35p.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 628 of file core_cm4.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 681 of file core_cm7.h.
| #define SCB_CFSR_MSTKERR_Msk (1UL << SCB_CFSR_MSTKERR_Pos) |
SCB CFSR (MMFSR): MSTKERR Mask
Definition at line 564 of file core_sc300.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 756 of file core_armv81mml.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 747 of file core_armv8mml.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 566 of file core_cm3.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 747 of file core_cm33.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 747 of file core_cm35p.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 627 of file core_cm4.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 680 of file core_cm7.h.
| #define SCB_CFSR_MSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 4U) |
SCB CFSR (MMFSR): MSTKERR Position
Definition at line 563 of file core_sc300.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 760 of file core_armv81mml.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 751 of file core_armv8mml.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 570 of file core_cm3.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 751 of file core_cm33.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 751 of file core_cm35p.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 631 of file core_cm4.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 684 of file core_cm7.h.
| #define SCB_CFSR_MUNSTKERR_Msk (1UL << SCB_CFSR_MUNSTKERR_Pos) |
SCB CFSR (MMFSR): MUNSTKERR Mask
Definition at line 567 of file core_sc300.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 759 of file core_armv81mml.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 750 of file core_armv8mml.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 569 of file core_cm3.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 750 of file core_cm33.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 750 of file core_cm35p.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 630 of file core_cm4.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 683 of file core_cm7.h.
| #define SCB_CFSR_MUNSTKERR_Pos (SCB_SHCSR_MEMFAULTACT_Pos + 3U) |
SCB CFSR (MMFSR): MUNSTKERR Position
Definition at line 566 of file core_sc300.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 801 of file core_armv81mml.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 792 of file core_armv8mml.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 605 of file core_cm3.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 792 of file core_cm33.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 792 of file core_cm35p.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 669 of file core_cm4.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 722 of file core_cm7.h.
| #define SCB_CFSR_NOCP_Msk (1UL << SCB_CFSR_NOCP_Pos) |
SCB CFSR (UFSR): NOCP Mask
Definition at line 602 of file core_sc300.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 800 of file core_armv81mml.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 791 of file core_armv8mml.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 604 of file core_cm3.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 791 of file core_cm33.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 791 of file core_cm35p.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 668 of file core_cm4.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 721 of file core_cm7.h.
| #define SCB_CFSR_NOCP_Pos (SCB_CFSR_USGFAULTSR_Pos + 3U) |
SCB CFSR (UFSR): NOCP Position
Definition at line 601 of file core_sc300.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 785 of file core_armv81mml.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 776 of file core_armv8mml.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 592 of file core_cm3.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 776 of file core_cm33.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 776 of file core_cm35p.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 656 of file core_cm4.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 709 of file core_cm7.h.
| #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) |
SCB CFSR (BFSR): PRECISERR Mask
Definition at line 589 of file core_sc300.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 784 of file core_armv81mml.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 775 of file core_armv8mml.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 591 of file core_cm3.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 775 of file core_cm33.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 775 of file core_cm35p.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 655 of file core_cm4.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 708 of file core_cm7.h.
| #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) |
SCB CFSR (BFSR): PRECISERR Position
Definition at line 588 of file core_sc300.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 776 of file core_armv81mml.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 767 of file core_armv8mml.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 583 of file core_cm3.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 767 of file core_cm33.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 767 of file core_cm35p.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 647 of file core_cm4.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 700 of file core_cm7.h.
| #define SCB_CFSR_STKERR_Msk (1UL << SCB_CFSR_STKERR_Pos) |
SCB CFSR (BFSR): STKERR Mask
Definition at line 580 of file core_sc300.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 775 of file core_armv81mml.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 766 of file core_armv8mml.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 582 of file core_cm3.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 766 of file core_cm33.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 766 of file core_cm35p.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 646 of file core_cm4.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 699 of file core_cm7.h.
| #define SCB_CFSR_STKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 4U) |
SCB CFSR (BFSR): STKERR Position
Definition at line 579 of file core_sc300.h.
| #define SCB_CFSR_STKOF_Msk (1UL << SCB_CFSR_STKOF_Pos) |
SCB CFSR (UFSR): STKOF Mask
Definition at line 798 of file core_armv81mml.h.
| #define SCB_CFSR_STKOF_Msk (1UL << SCB_CFSR_STKOF_Pos) |
SCB CFSR (UFSR): STKOF Mask
Definition at line 789 of file core_armv8mml.h.
| #define SCB_CFSR_STKOF_Msk (1UL << SCB_CFSR_STKOF_Pos) |
SCB CFSR (UFSR): STKOF Mask
Definition at line 789 of file core_cm33.h.
| #define SCB_CFSR_STKOF_Msk (1UL << SCB_CFSR_STKOF_Pos) |
SCB CFSR (UFSR): STKOF Mask
Definition at line 789 of file core_cm35p.h.
| #define SCB_CFSR_STKOF_Pos (SCB_CFSR_USGFAULTSR_Pos + 4U) |
SCB CFSR (UFSR): STKOF Position
Definition at line 797 of file core_armv81mml.h.
| #define SCB_CFSR_STKOF_Pos (SCB_CFSR_USGFAULTSR_Pos + 4U) |
SCB CFSR (UFSR): STKOF Position
Definition at line 788 of file core_armv8mml.h.
| #define SCB_CFSR_STKOF_Pos (SCB_CFSR_USGFAULTSR_Pos + 4U) |
SCB CFSR (UFSR): STKOF Position
Definition at line 788 of file core_cm33.h.
| #define SCB_CFSR_STKOF_Pos (SCB_CFSR_USGFAULTSR_Pos + 4U) |
SCB CFSR (UFSR): STKOF Position
Definition at line 788 of file core_cm35p.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 795 of file core_armv81mml.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 786 of file core_armv8mml.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 602 of file core_cm3.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 786 of file core_cm33.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 786 of file core_cm35p.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 666 of file core_cm4.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 719 of file core_cm7.h.
| #define SCB_CFSR_UNALIGNED_Msk (1UL << SCB_CFSR_UNALIGNED_Pos) |
SCB CFSR (UFSR): UNALIGNED Mask
Definition at line 599 of file core_sc300.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 794 of file core_armv81mml.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 785 of file core_armv8mml.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 601 of file core_cm3.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 785 of file core_cm33.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 785 of file core_cm35p.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 665 of file core_cm4.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 718 of file core_cm7.h.
| #define SCB_CFSR_UNALIGNED_Pos (SCB_CFSR_USGFAULTSR_Pos + 8U) |
SCB CFSR (UFSR): UNALIGNED Position
Definition at line 598 of file core_sc300.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 810 of file core_armv81mml.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 801 of file core_armv8mml.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 614 of file core_cm3.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 801 of file core_cm33.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 801 of file core_cm35p.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 678 of file core_cm4.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 731 of file core_cm7.h.
| #define SCB_CFSR_UNDEFINSTR_Msk (1UL << SCB_CFSR_UNDEFINSTR_Pos) |
SCB CFSR (UFSR): UNDEFINSTR Mask
Definition at line 611 of file core_sc300.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 809 of file core_armv81mml.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 800 of file core_armv8mml.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 613 of file core_cm3.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 800 of file core_cm33.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 800 of file core_cm35p.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 677 of file core_cm4.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 730 of file core_cm7.h.
| #define SCB_CFSR_UNDEFINSTR_Pos (SCB_CFSR_USGFAULTSR_Pos + 0U) |
SCB CFSR (UFSR): UNDEFINSTR Position
Definition at line 610 of file core_sc300.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 779 of file core_armv81mml.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 770 of file core_armv8mml.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 586 of file core_cm3.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 770 of file core_cm33.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 770 of file core_cm35p.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 650 of file core_cm4.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 703 of file core_cm7.h.
| #define SCB_CFSR_UNSTKERR_Msk (1UL << SCB_CFSR_UNSTKERR_Pos) |
SCB CFSR (BFSR): UNSTKERR Mask
Definition at line 583 of file core_sc300.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 778 of file core_armv81mml.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 769 of file core_armv8mml.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 585 of file core_cm3.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 769 of file core_cm33.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 769 of file core_cm35p.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 649 of file core_cm4.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 702 of file core_cm7.h.
| #define SCB_CFSR_UNSTKERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 3U) |
SCB CFSR (BFSR): UNSTKERR Position
Definition at line 582 of file core_sc300.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 741 of file core_armv81mml.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 732 of file core_armv8mml.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 554 of file core_cm3.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 732 of file core_cm33.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 732 of file core_cm35p.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 612 of file core_cm4.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 665 of file core_cm7.h.
| #define SCB_CFSR_USGFAULTSR_Msk (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos) |
SCB CFSR: Usage Fault Status Register Mask
Definition at line 551 of file core_sc300.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 740 of file core_armv81mml.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 731 of file core_armv8mml.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 553 of file core_cm3.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 731 of file core_cm33.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 731 of file core_cm35p.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 611 of file core_cm4.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 664 of file core_cm7.h.
| #define SCB_CFSR_USGFAULTSR_Pos 16U |
SCB CFSR: Usage Fault Status Register Position
Definition at line 550 of file core_sc300.h.
| #define SCB_CLIDR_LOC_Msk (7UL << SCB_CLIDR_LOC_Pos) |
SCB CLIDR: LoC Mask
Definition at line 853 of file core_armv81mml.h.
| #define SCB_CLIDR_LOC_Msk (7UL << SCB_CLIDR_LOC_Pos) |
SCB CLIDR: LoC Mask
Definition at line 844 of file core_armv8mml.h.
| #define SCB_CLIDR_LOC_Msk (7UL << SCB_CLIDR_LOC_Pos) |
SCB CLIDR: LoC Mask
Definition at line 844 of file core_cm33.h.
| #define SCB_CLIDR_LOC_Msk (7UL << SCB_CLIDR_LOC_Pos) |
SCB CLIDR: LoC Mask
Definition at line 844 of file core_cm35p.h.
| #define SCB_CLIDR_LOC_Msk (7UL << SCB_CLIDR_LOC_Pos) |
SCB CLIDR: LoC Mask
Definition at line 764 of file core_cm7.h.
| #define SCB_CLIDR_LOC_Pos 24U |
SCB CLIDR: LoC Position
Definition at line 852 of file core_armv81mml.h.
| #define SCB_CLIDR_LOC_Pos 24U |
SCB CLIDR: LoC Position
Definition at line 843 of file core_armv8mml.h.
| #define SCB_CLIDR_LOC_Pos 24U |
SCB CLIDR: LoC Position
Definition at line 843 of file core_cm33.h.
| #define SCB_CLIDR_LOC_Pos 24U |
SCB CLIDR: LoC Position
Definition at line 843 of file core_cm35p.h.
| #define SCB_CLIDR_LOC_Pos 24U |
SCB CLIDR: LoC Position
Definition at line 763 of file core_cm7.h.
| #define SCB_CLIDR_LOUU_Msk (7UL << SCB_CLIDR_LOUU_Pos) |
SCB CLIDR: LoUU Mask
Definition at line 850 of file core_armv81mml.h.
| #define SCB_CLIDR_LOUU_Msk (7UL << SCB_CLIDR_LOUU_Pos) |
SCB CLIDR: LoUU Mask
Definition at line 841 of file core_armv8mml.h.
| #define SCB_CLIDR_LOUU_Msk (7UL << SCB_CLIDR_LOUU_Pos) |
SCB CLIDR: LoUU Mask
Definition at line 841 of file core_cm33.h.
| #define SCB_CLIDR_LOUU_Msk (7UL << SCB_CLIDR_LOUU_Pos) |
SCB CLIDR: LoUU Mask
Definition at line 841 of file core_cm35p.h.
| #define SCB_CLIDR_LOUU_Msk (7UL << SCB_CLIDR_LOUU_Pos) |
SCB CLIDR: LoUU Mask
Definition at line 761 of file core_cm7.h.
| #define SCB_CLIDR_LOUU_Pos 27U |
SCB CLIDR: LoUU Position
Definition at line 849 of file core_armv81mml.h.
| #define SCB_CLIDR_LOUU_Pos 27U |
SCB CLIDR: LoUU Position
Definition at line 840 of file core_armv8mml.h.
| #define SCB_CLIDR_LOUU_Pos 27U |
SCB CLIDR: LoUU Position
Definition at line 840 of file core_cm33.h.
| #define SCB_CLIDR_LOUU_Pos 27U |
SCB CLIDR: LoUU Position
Definition at line 840 of file core_cm35p.h.
| #define SCB_CLIDR_LOUU_Pos 27U |
SCB CLIDR: LoUU Position
Definition at line 760 of file core_cm7.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 560 of file core_armv81mml.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 406 of file core_armv8mbl.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 551 of file core_armv8mml.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 362 of file core_cm0.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 380 of file core_cm0plus.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 362 of file core_cm1.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 406 of file core_cm23.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 407 of file core_cm3.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 551 of file core_cm33.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 551 of file core_cm35p.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 473 of file core_cm4.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 517 of file core_cm7.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 370 of file core_sc000.h.
| #define SCB_CPUID_ARCHITECTURE_Msk (0xFUL << SCB_CPUID_ARCHITECTURE_Pos) |
SCB CPUID: ARCHITECTURE Mask
Definition at line 409 of file core_sc300.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 559 of file core_armv81mml.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 405 of file core_armv8mbl.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 550 of file core_armv8mml.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 361 of file core_cm0.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 379 of file core_cm0plus.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 361 of file core_cm1.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 405 of file core_cm23.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 406 of file core_cm3.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 550 of file core_cm33.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 550 of file core_cm35p.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 472 of file core_cm4.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 516 of file core_cm7.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 369 of file core_sc000.h.
| #define SCB_CPUID_ARCHITECTURE_Pos 16U |
SCB CPUID: ARCHITECTURE Position
Definition at line 408 of file core_sc300.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 554 of file core_armv81mml.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 400 of file core_armv8mbl.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 545 of file core_armv8mml.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 356 of file core_cm0.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 374 of file core_cm0plus.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 356 of file core_cm1.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 400 of file core_cm23.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 401 of file core_cm3.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 545 of file core_cm33.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 545 of file core_cm35p.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 467 of file core_cm4.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 511 of file core_cm7.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 364 of file core_sc000.h.
| #define SCB_CPUID_IMPLEMENTER_Msk (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos) |
SCB CPUID: IMPLEMENTER Mask
Definition at line 403 of file core_sc300.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 553 of file core_armv81mml.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 399 of file core_armv8mbl.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 544 of file core_armv8mml.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 355 of file core_cm0.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 373 of file core_cm0plus.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 355 of file core_cm1.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 399 of file core_cm23.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 400 of file core_cm3.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 544 of file core_cm33.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 544 of file core_cm35p.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 466 of file core_cm4.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 510 of file core_cm7.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 363 of file core_sc000.h.
| #define SCB_CPUID_IMPLEMENTER_Pos 24U |
SCB CPUID: IMPLEMENTER Position
Definition at line 402 of file core_sc300.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 563 of file core_armv81mml.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 409 of file core_armv8mbl.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 554 of file core_armv8mml.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 365 of file core_cm0.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 383 of file core_cm0plus.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 365 of file core_cm1.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 409 of file core_cm23.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 410 of file core_cm3.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 554 of file core_cm33.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 554 of file core_cm35p.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 476 of file core_cm4.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 520 of file core_cm7.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 373 of file core_sc000.h.
| #define SCB_CPUID_PARTNO_Msk (0xFFFUL << SCB_CPUID_PARTNO_Pos) |
SCB CPUID: PARTNO Mask
Definition at line 412 of file core_sc300.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 562 of file core_armv81mml.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 408 of file core_armv8mbl.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 553 of file core_armv8mml.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 364 of file core_cm0.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 382 of file core_cm0plus.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 364 of file core_cm1.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 408 of file core_cm23.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 409 of file core_cm3.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 553 of file core_cm33.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 553 of file core_cm35p.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 475 of file core_cm4.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 519 of file core_cm7.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 372 of file core_sc000.h.
| #define SCB_CPUID_PARTNO_Pos 4U |
SCB CPUID: PARTNO Position
Definition at line 411 of file core_sc300.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 566 of file core_armv81mml.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 412 of file core_armv8mbl.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 557 of file core_armv8mml.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 368 of file core_cm0.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 386 of file core_cm0plus.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 368 of file core_cm1.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 412 of file core_cm23.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 413 of file core_cm3.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 557 of file core_cm33.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 557 of file core_cm35p.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 479 of file core_cm4.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 523 of file core_cm7.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 376 of file core_sc000.h.
| #define SCB_CPUID_REVISION_Msk (0xFUL /*<< SCB_CPUID_REVISION_Pos*/) |
SCB CPUID: REVISION Mask
Definition at line 415 of file core_sc300.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 565 of file core_armv81mml.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 411 of file core_armv8mbl.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 556 of file core_armv8mml.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 367 of file core_cm0.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 385 of file core_cm0plus.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 367 of file core_cm1.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 411 of file core_cm23.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 412 of file core_cm3.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 556 of file core_cm33.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 556 of file core_cm35p.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 478 of file core_cm4.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 522 of file core_cm7.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 375 of file core_sc000.h.
| #define SCB_CPUID_REVISION_Pos 0U |
SCB CPUID: REVISION Position
Definition at line 414 of file core_sc300.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 557 of file core_armv81mml.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 403 of file core_armv8mbl.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 548 of file core_armv8mml.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 359 of file core_cm0.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 377 of file core_cm0plus.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 359 of file core_cm1.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 403 of file core_cm23.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 404 of file core_cm3.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 548 of file core_cm33.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 548 of file core_cm35p.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 470 of file core_cm4.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 514 of file core_cm7.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 367 of file core_sc000.h.
| #define SCB_CPUID_VARIANT_Msk (0xFUL << SCB_CPUID_VARIANT_Pos) |
SCB CPUID: VARIANT Mask
Definition at line 406 of file core_sc300.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 556 of file core_armv81mml.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 402 of file core_armv8mbl.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 547 of file core_armv8mml.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 358 of file core_cm0.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 376 of file core_cm0plus.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 358 of file core_cm1.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 402 of file core_cm23.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 403 of file core_cm3.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 547 of file core_cm33.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 547 of file core_cm35p.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 469 of file core_cm4.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 513 of file core_cm7.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 366 of file core_sc000.h.
| #define SCB_CPUID_VARIANT_Pos 20U |
SCB CPUID: VARIANT Position
Definition at line 405 of file core_sc300.h.
| #define SCB_CSSELR_IND_Msk (1UL /*<< SCB_CSSELR_IND_Pos*/) |
SCB CSSELR: InD Mask
Definition at line 898 of file core_armv81mml.h.
| #define SCB_CSSELR_IND_Msk (1UL /*<< SCB_CSSELR_IND_Pos*/) |
SCB CSSELR: InD Mask
Definition at line 889 of file core_armv8mml.h.
| #define SCB_CSSELR_IND_Msk (1UL /*<< SCB_CSSELR_IND_Pos*/) |
SCB CSSELR: InD Mask
Definition at line 889 of file core_cm33.h.
| #define SCB_CSSELR_IND_Msk (1UL /*<< SCB_CSSELR_IND_Pos*/) |
SCB CSSELR: InD Mask
Definition at line 889 of file core_cm35p.h.
| #define SCB_CSSELR_IND_Msk (1UL /*<< SCB_CSSELR_IND_Pos*/) |
SCB CSSELR: InD Mask
Definition at line 809 of file core_cm7.h.
| #define SCB_CSSELR_IND_Pos 0U |
SCB CSSELR: InD Position
Definition at line 897 of file core_armv81mml.h.
| #define SCB_CSSELR_IND_Pos 0U |
SCB CSSELR: InD Position
Definition at line 888 of file core_armv8mml.h.
| #define SCB_CSSELR_IND_Pos 0U |
SCB CSSELR: InD Position
Definition at line 888 of file core_cm33.h.
| #define SCB_CSSELR_IND_Pos 0U |
SCB CSSELR: InD Position
Definition at line 888 of file core_cm35p.h.
| #define SCB_CSSELR_IND_Pos 0U |
SCB CSSELR: InD Position
Definition at line 808 of file core_cm7.h.
| #define SCB_CSSELR_LEVEL_Msk (7UL << SCB_CSSELR_LEVEL_Pos) |
SCB CSSELR: Level Mask
Definition at line 895 of file core_armv81mml.h.
| #define SCB_CSSELR_LEVEL_Msk (7UL << SCB_CSSELR_LEVEL_Pos) |
SCB CSSELR: Level Mask
Definition at line 886 of file core_armv8mml.h.
| #define SCB_CSSELR_LEVEL_Msk (7UL << SCB_CSSELR_LEVEL_Pos) |
SCB CSSELR: Level Mask
Definition at line 886 of file core_cm33.h.
| #define SCB_CSSELR_LEVEL_Msk (7UL << SCB_CSSELR_LEVEL_Pos) |
SCB CSSELR: Level Mask
Definition at line 886 of file core_cm35p.h.
| #define SCB_CSSELR_LEVEL_Msk (7UL << SCB_CSSELR_LEVEL_Pos) |
SCB CSSELR: Level Mask
Definition at line 806 of file core_cm7.h.
| #define SCB_CSSELR_LEVEL_Pos 1U |
SCB CSSELR: Level Position
Definition at line 894 of file core_armv81mml.h.
| #define SCB_CSSELR_LEVEL_Pos 1U |
SCB CSSELR: Level Position
Definition at line 885 of file core_armv8mml.h.
| #define SCB_CSSELR_LEVEL_Pos 1U |
SCB CSSELR: Level Position
Definition at line 885 of file core_cm33.h.
| #define SCB_CSSELR_LEVEL_Pos 1U |
SCB CSSELR: Level Position
Definition at line 885 of file core_cm35p.h.
| #define SCB_CSSELR_LEVEL_Pos 1U |
SCB CSSELR: Level Position
Definition at line 805 of file core_cm7.h.
| #define SCB_CTR_CWG_Msk (0xFUL << SCB_CTR_CWG_Pos) |
SCB CTR: CWG Mask
Definition at line 860 of file core_armv81mml.h.
| #define SCB_CTR_CWG_Msk (0xFUL << SCB_CTR_CWG_Pos) |
SCB CTR: CWG Mask
Definition at line 851 of file core_armv8mml.h.
| #define SCB_CTR_CWG_Msk (0xFUL << SCB_CTR_CWG_Pos) |
SCB CTR: CWG Mask
Definition at line 851 of file core_cm33.h.
| #define SCB_CTR_CWG_Msk (0xFUL << SCB_CTR_CWG_Pos) |
SCB CTR: CWG Mask
Definition at line 851 of file core_cm35p.h.
| #define SCB_CTR_CWG_Msk (0xFUL << SCB_CTR_CWG_Pos) |
SCB CTR: CWG Mask
Definition at line 771 of file core_cm7.h.
| #define SCB_CTR_CWG_Pos 24U |
SCB CTR: CWG Position
Definition at line 859 of file core_armv81mml.h.
| #define SCB_CTR_CWG_Pos 24U |
SCB CTR: CWG Position
Definition at line 850 of file core_armv8mml.h.
| #define SCB_CTR_CWG_Pos 24U |
SCB CTR: CWG Position
Definition at line 850 of file core_cm33.h.
| #define SCB_CTR_CWG_Pos 24U |
SCB CTR: CWG Position
Definition at line 850 of file core_cm35p.h.
| #define SCB_CTR_CWG_Pos 24U |
SCB CTR: CWG Position
Definition at line 770 of file core_cm7.h.
| #define SCB_CTR_DMINLINE_Msk (0xFUL << SCB_CTR_DMINLINE_Pos) |
SCB CTR: DminLine Mask
Definition at line 866 of file core_armv81mml.h.
| #define SCB_CTR_DMINLINE_Msk (0xFUL << SCB_CTR_DMINLINE_Pos) |
SCB CTR: DminLine Mask
Definition at line 857 of file core_armv8mml.h.
| #define SCB_CTR_DMINLINE_Msk (0xFUL << SCB_CTR_DMINLINE_Pos) |
SCB CTR: DminLine Mask
Definition at line 857 of file core_cm33.h.
| #define SCB_CTR_DMINLINE_Msk (0xFUL << SCB_CTR_DMINLINE_Pos) |
SCB CTR: DminLine Mask
Definition at line 857 of file core_cm35p.h.
| #define SCB_CTR_DMINLINE_Msk (0xFUL << SCB_CTR_DMINLINE_Pos) |
SCB CTR: DminLine Mask
Definition at line 777 of file core_cm7.h.
| #define SCB_CTR_DMINLINE_Pos 16U |
SCB CTR: DminLine Position
Definition at line 865 of file core_armv81mml.h.
| #define SCB_CTR_DMINLINE_Pos 16U |
SCB CTR: DminLine Position
Definition at line 856 of file core_armv8mml.h.
| #define SCB_CTR_DMINLINE_Pos 16U |
SCB CTR: DminLine Position
Definition at line 856 of file core_cm33.h.
| #define SCB_CTR_DMINLINE_Pos 16U |
SCB CTR: DminLine Position
Definition at line 856 of file core_cm35p.h.
| #define SCB_CTR_DMINLINE_Pos 16U |
SCB CTR: DminLine Position
Definition at line 776 of file core_cm7.h.
| #define SCB_CTR_ERG_Msk (0xFUL << SCB_CTR_ERG_Pos) |
SCB CTR: ERG Mask
Definition at line 863 of file core_armv81mml.h.
| #define SCB_CTR_ERG_Msk (0xFUL << SCB_CTR_ERG_Pos) |
SCB CTR: ERG Mask
Definition at line 854 of file core_armv8mml.h.
| #define SCB_CTR_ERG_Msk (0xFUL << SCB_CTR_ERG_Pos) |
SCB CTR: ERG Mask
Definition at line 854 of file core_cm33.h.
| #define SCB_CTR_ERG_Msk (0xFUL << SCB_CTR_ERG_Pos) |
SCB CTR: ERG Mask
Definition at line 854 of file core_cm35p.h.
| #define SCB_CTR_ERG_Msk (0xFUL << SCB_CTR_ERG_Pos) |
SCB CTR: ERG Mask
Definition at line 774 of file core_cm7.h.
| #define SCB_CTR_ERG_Pos 20U |
SCB CTR: ERG Position
Definition at line 862 of file core_armv81mml.h.
| #define SCB_CTR_ERG_Pos 20U |
SCB CTR: ERG Position
Definition at line 853 of file core_armv8mml.h.
| #define SCB_CTR_ERG_Pos 20U |
SCB CTR: ERG Position
Definition at line 853 of file core_cm33.h.
| #define SCB_CTR_ERG_Pos 20U |
SCB CTR: ERG Position
Definition at line 853 of file core_cm35p.h.
| #define SCB_CTR_ERG_Pos 20U |
SCB CTR: ERG Position
Definition at line 773 of file core_cm7.h.
| #define SCB_CTR_FORMAT_Msk (7UL << SCB_CTR_FORMAT_Pos) |
SCB CTR: Format Mask
Definition at line 857 of file core_armv81mml.h.
| #define SCB_CTR_FORMAT_Msk (7UL << SCB_CTR_FORMAT_Pos) |
SCB CTR: Format Mask
Definition at line 848 of file core_armv8mml.h.
| #define SCB_CTR_FORMAT_Msk (7UL << SCB_CTR_FORMAT_Pos) |
SCB CTR: Format Mask
Definition at line 848 of file core_cm33.h.
| #define SCB_CTR_FORMAT_Msk (7UL << SCB_CTR_FORMAT_Pos) |
SCB CTR: Format Mask
Definition at line 848 of file core_cm35p.h.
| #define SCB_CTR_FORMAT_Msk (7UL << SCB_CTR_FORMAT_Pos) |
SCB CTR: Format Mask
Definition at line 768 of file core_cm7.h.
| #define SCB_CTR_FORMAT_Pos 29U |
SCB CTR: Format Position
Definition at line 856 of file core_armv81mml.h.
| #define SCB_CTR_FORMAT_Pos 29U |
SCB CTR: Format Position
Definition at line 847 of file core_armv8mml.h.
| #define SCB_CTR_FORMAT_Pos 29U |
SCB CTR: Format Position
Definition at line 847 of file core_cm33.h.
| #define SCB_CTR_FORMAT_Pos 29U |
SCB CTR: Format Position
Definition at line 847 of file core_cm35p.h.
| #define SCB_CTR_FORMAT_Pos 29U |
SCB CTR: Format Position
Definition at line 767 of file core_cm7.h.
| #define SCB_CTR_IMINLINE_Msk (0xFUL /*<< SCB_CTR_IMINLINE_Pos*/) |
SCB CTR: ImInLine Mask
Definition at line 869 of file core_armv81mml.h.
| #define SCB_CTR_IMINLINE_Msk (0xFUL /*<< SCB_CTR_IMINLINE_Pos*/) |
SCB CTR: ImInLine Mask
Definition at line 860 of file core_armv8mml.h.
| #define SCB_CTR_IMINLINE_Msk (0xFUL /*<< SCB_CTR_IMINLINE_Pos*/) |
SCB CTR: ImInLine Mask
Definition at line 860 of file core_cm33.h.
| #define SCB_CTR_IMINLINE_Msk (0xFUL /*<< SCB_CTR_IMINLINE_Pos*/) |
SCB CTR: ImInLine Mask
Definition at line 860 of file core_cm35p.h.
| #define SCB_CTR_IMINLINE_Msk (0xFUL /*<< SCB_CTR_IMINLINE_Pos*/) |
SCB CTR: ImInLine Mask
Definition at line 780 of file core_cm7.h.
| #define SCB_CTR_IMINLINE_Pos 0U |
SCB CTR: ImInLine Position
Definition at line 868 of file core_armv81mml.h.
| #define SCB_CTR_IMINLINE_Pos 0U |
SCB CTR: ImInLine Position
Definition at line 859 of file core_armv8mml.h.
| #define SCB_CTR_IMINLINE_Pos 0U |
SCB CTR: ImInLine Position
Definition at line 859 of file core_cm33.h.
| #define SCB_CTR_IMINLINE_Pos 0U |
SCB CTR: ImInLine Position
Definition at line 859 of file core_cm35p.h.
| #define SCB_CTR_IMINLINE_Pos 0U |
SCB CTR: ImInLine Position
Definition at line 779 of file core_cm7.h.
| #define SCB_DCCISW_SET_Msk (0x1FFUL << SCB_DCCISW_SET_Pos) |
SCB DCCISW: Set Mask
Definition at line 923 of file core_armv81mml.h.
| #define SCB_DCCISW_SET_Msk (0x1FFUL << SCB_DCCISW_SET_Pos) |
SCB DCCISW: Set Mask
Definition at line 914 of file core_armv8mml.h.
| #define SCB_DCCISW_SET_Msk (0x1FFUL << SCB_DCCISW_SET_Pos) |
SCB DCCISW: Set Mask
Definition at line 914 of file core_cm33.h.
| #define SCB_DCCISW_SET_Msk (0x1FFUL << SCB_DCCISW_SET_Pos) |
SCB DCCISW: Set Mask
Definition at line 914 of file core_cm35p.h.
| #define SCB_DCCISW_SET_Msk (0x1FFUL << SCB_DCCISW_SET_Pos) |
SCB DCCISW: Set Mask
Definition at line 834 of file core_cm7.h.
| #define SCB_DCCISW_SET_Pos 5U |
SCB DCCISW: Set Position
Definition at line 922 of file core_armv81mml.h.
| #define SCB_DCCISW_SET_Pos 5U |
SCB DCCISW: Set Position
Definition at line 913 of file core_armv8mml.h.
| #define SCB_DCCISW_SET_Pos 5U |
SCB DCCISW: Set Position
Definition at line 913 of file core_cm33.h.
| #define SCB_DCCISW_SET_Pos 5U |
SCB DCCISW: Set Position
Definition at line 913 of file core_cm35p.h.
| #define SCB_DCCISW_SET_Pos 5U |
SCB DCCISW: Set Position
Definition at line 833 of file core_cm7.h.
| #define SCB_DCCISW_WAY_Msk (3UL << SCB_DCCISW_WAY_Pos) |
SCB DCCISW: Way Mask
Definition at line 920 of file core_armv81mml.h.
| #define SCB_DCCISW_WAY_Msk (3UL << SCB_DCCISW_WAY_Pos) |
SCB DCCISW: Way Mask
Definition at line 911 of file core_armv8mml.h.
| #define SCB_DCCISW_WAY_Msk (3UL << SCB_DCCISW_WAY_Pos) |
SCB DCCISW: Way Mask
Definition at line 911 of file core_cm33.h.
| #define SCB_DCCISW_WAY_Msk (3UL << SCB_DCCISW_WAY_Pos) |
SCB DCCISW: Way Mask
Definition at line 911 of file core_cm35p.h.
| #define SCB_DCCISW_WAY_Msk (3UL << SCB_DCCISW_WAY_Pos) |
SCB DCCISW: Way Mask
Definition at line 831 of file core_cm7.h.
| #define SCB_DCCISW_WAY_Pos 30U |
SCB DCCISW: Way Position
Definition at line 919 of file core_armv81mml.h.
| #define SCB_DCCISW_WAY_Pos 30U |
SCB DCCISW: Way Position
Definition at line 910 of file core_armv8mml.h.
| #define SCB_DCCISW_WAY_Pos 30U |
SCB DCCISW: Way Position
Definition at line 910 of file core_cm33.h.
| #define SCB_DCCISW_WAY_Pos 30U |
SCB DCCISW: Way Position
Definition at line 910 of file core_cm35p.h.
| #define SCB_DCCISW_WAY_Pos 30U |
SCB DCCISW: Way Position
Definition at line 830 of file core_cm7.h.
| #define SCB_DCCSW_SET_Msk (0x1FFUL << SCB_DCCSW_SET_Pos) |
SCB DCCSW: Set Mask
Definition at line 916 of file core_armv81mml.h.
| #define SCB_DCCSW_SET_Msk (0x1FFUL << SCB_DCCSW_SET_Pos) |
SCB DCCSW: Set Mask
Definition at line 907 of file core_armv8mml.h.
| #define SCB_DCCSW_SET_Msk (0x1FFUL << SCB_DCCSW_SET_Pos) |
SCB DCCSW: Set Mask
Definition at line 907 of file core_cm33.h.
| #define SCB_DCCSW_SET_Msk (0x1FFUL << SCB_DCCSW_SET_Pos) |
SCB DCCSW: Set Mask
Definition at line 907 of file core_cm35p.h.
| #define SCB_DCCSW_SET_Msk (0x1FFUL << SCB_DCCSW_SET_Pos) |
SCB DCCSW: Set Mask
Definition at line 827 of file core_cm7.h.
| #define SCB_DCCSW_SET_Pos 5U |
SCB DCCSW: Set Position
Definition at line 915 of file core_armv81mml.h.
| #define SCB_DCCSW_SET_Pos 5U |
SCB DCCSW: Set Position
Definition at line 906 of file core_armv8mml.h.
| #define SCB_DCCSW_SET_Pos 5U |
SCB DCCSW: Set Position
Definition at line 906 of file core_cm33.h.
| #define SCB_DCCSW_SET_Pos 5U |
SCB DCCSW: Set Position
Definition at line 906 of file core_cm35p.h.
| #define SCB_DCCSW_SET_Pos 5U |
SCB DCCSW: Set Position
Definition at line 826 of file core_cm7.h.
| #define SCB_DCCSW_WAY_Msk (3UL << SCB_DCCSW_WAY_Pos) |
SCB DCCSW: Way Mask
Definition at line 913 of file core_armv81mml.h.
| #define SCB_DCCSW_WAY_Msk (3UL << SCB_DCCSW_WAY_Pos) |
SCB DCCSW: Way Mask
Definition at line 904 of file core_armv8mml.h.
| #define SCB_DCCSW_WAY_Msk (3UL << SCB_DCCSW_WAY_Pos) |
SCB DCCSW: Way Mask
Definition at line 904 of file core_cm33.h.
| #define SCB_DCCSW_WAY_Msk (3UL << SCB_DCCSW_WAY_Pos) |
SCB DCCSW: Way Mask
Definition at line 904 of file core_cm35p.h.
| #define SCB_DCCSW_WAY_Msk (3UL << SCB_DCCSW_WAY_Pos) |
SCB DCCSW: Way Mask
Definition at line 824 of file core_cm7.h.
| #define SCB_DCCSW_WAY_Pos 30U |
SCB DCCSW: Way Position
Definition at line 912 of file core_armv81mml.h.
| #define SCB_DCCSW_WAY_Pos 30U |
SCB DCCSW: Way Position
Definition at line 903 of file core_armv8mml.h.
| #define SCB_DCCSW_WAY_Pos 30U |
SCB DCCSW: Way Position
Definition at line 903 of file core_cm33.h.
| #define SCB_DCCSW_WAY_Pos 30U |
SCB DCCSW: Way Position
Definition at line 903 of file core_cm35p.h.
| #define SCB_DCCSW_WAY_Pos 30U |
SCB DCCSW: Way Position
Definition at line 823 of file core_cm7.h.
| #define SCB_DCISW_SET_Msk (0x1FFUL << SCB_DCISW_SET_Pos) |
SCB DCISW: Set Mask
Definition at line 909 of file core_armv81mml.h.
| #define SCB_DCISW_SET_Msk (0x1FFUL << SCB_DCISW_SET_Pos) |
SCB DCISW: Set Mask
Definition at line 900 of file core_armv8mml.h.
| #define SCB_DCISW_SET_Msk (0x1FFUL << SCB_DCISW_SET_Pos) |
SCB DCISW: Set Mask
Definition at line 900 of file core_cm33.h.
| #define SCB_DCISW_SET_Msk (0x1FFUL << SCB_DCISW_SET_Pos) |
SCB DCISW: Set Mask
Definition at line 900 of file core_cm35p.h.
| #define SCB_DCISW_SET_Msk (0x1FFUL << SCB_DCISW_SET_Pos) |
SCB DCISW: Set Mask
Definition at line 820 of file core_cm7.h.
| #define SCB_DCISW_SET_Pos 5U |
SCB DCISW: Set Position
Definition at line 908 of file core_armv81mml.h.
| #define SCB_DCISW_SET_Pos 5U |
SCB DCISW: Set Position
Definition at line 899 of file core_armv8mml.h.
| #define SCB_DCISW_SET_Pos 5U |
SCB DCISW: Set Position
Definition at line 899 of file core_cm33.h.
| #define SCB_DCISW_SET_Pos 5U |
SCB DCISW: Set Position
Definition at line 899 of file core_cm35p.h.
| #define SCB_DCISW_SET_Pos 5U |
SCB DCISW: Set Position
Definition at line 819 of file core_cm7.h.
| #define SCB_DCISW_WAY_Msk (3UL << SCB_DCISW_WAY_Pos) |
SCB DCISW: Way Mask
Definition at line 906 of file core_armv81mml.h.
| #define SCB_DCISW_WAY_Msk (3UL << SCB_DCISW_WAY_Pos) |
SCB DCISW: Way Mask
Definition at line 897 of file core_armv8mml.h.
| #define SCB_DCISW_WAY_Msk (3UL << SCB_DCISW_WAY_Pos) |
SCB DCISW: Way Mask
Definition at line 897 of file core_cm33.h.
| #define SCB_DCISW_WAY_Msk (3UL << SCB_DCISW_WAY_Pos) |
SCB DCISW: Way Mask
Definition at line 897 of file core_cm35p.h.
| #define SCB_DCISW_WAY_Msk (3UL << SCB_DCISW_WAY_Pos) |
SCB DCISW: Way Mask
Definition at line 817 of file core_cm7.h.
| #define SCB_DCISW_WAY_Pos 30U |
SCB DCISW: Way Position
Definition at line 905 of file core_armv81mml.h.
| #define SCB_DCISW_WAY_Pos 30U |
SCB DCISW: Way Position
Definition at line 896 of file core_armv8mml.h.
| #define SCB_DCISW_WAY_Pos 30U |
SCB DCISW: Way Position
Definition at line 896 of file core_cm33.h.
| #define SCB_DCISW_WAY_Pos 30U |
SCB DCISW: Way Position
Definition at line 896 of file core_cm35p.h.
| #define SCB_DCISW_WAY_Pos 30U |
SCB DCISW: Way Position
Definition at line 816 of file core_cm7.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 833 of file core_armv81mml.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 824 of file core_armv8mml.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 637 of file core_cm3.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 824 of file core_cm33.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 824 of file core_cm35p.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 701 of file core_cm4.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 754 of file core_cm7.h.
| #define SCB_DFSR_BKPT_Msk (1UL << SCB_DFSR_BKPT_Pos) |
SCB DFSR: BKPT Mask
Definition at line 634 of file core_sc300.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 832 of file core_armv81mml.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 823 of file core_armv8mml.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 636 of file core_cm3.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 823 of file core_cm33.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 823 of file core_cm35p.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 700 of file core_cm4.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 753 of file core_cm7.h.
| #define SCB_DFSR_BKPT_Pos 1U |
SCB DFSR: BKPT Position
Definition at line 633 of file core_sc300.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 830 of file core_armv81mml.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 821 of file core_armv8mml.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 634 of file core_cm3.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 821 of file core_cm33.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 821 of file core_cm35p.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 698 of file core_cm4.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 751 of file core_cm7.h.
| #define SCB_DFSR_DWTTRAP_Msk (1UL << SCB_DFSR_DWTTRAP_Pos) |
SCB DFSR: DWTTRAP Mask
Definition at line 631 of file core_sc300.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 829 of file core_armv81mml.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 820 of file core_armv8mml.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 633 of file core_cm3.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 820 of file core_cm33.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 820 of file core_cm35p.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 697 of file core_cm4.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 750 of file core_cm7.h.
| #define SCB_DFSR_DWTTRAP_Pos 2U |
SCB DFSR: DWTTRAP Position
Definition at line 630 of file core_sc300.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 824 of file core_armv81mml.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 815 of file core_armv8mml.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 628 of file core_cm3.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 815 of file core_cm33.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 815 of file core_cm35p.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 692 of file core_cm4.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 745 of file core_cm7.h.
| #define SCB_DFSR_EXTERNAL_Msk (1UL << SCB_DFSR_EXTERNAL_Pos) |
SCB DFSR: EXTERNAL Mask
Definition at line 625 of file core_sc300.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 823 of file core_armv81mml.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 814 of file core_armv8mml.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 627 of file core_cm3.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 814 of file core_cm33.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 814 of file core_cm35p.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 691 of file core_cm4.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 744 of file core_cm7.h.
| #define SCB_DFSR_EXTERNAL_Pos 4U |
SCB DFSR: EXTERNAL Position
Definition at line 624 of file core_sc300.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 836 of file core_armv81mml.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 827 of file core_armv8mml.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 640 of file core_cm3.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 827 of file core_cm33.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 827 of file core_cm35p.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 704 of file core_cm4.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 757 of file core_cm7.h.
| #define SCB_DFSR_HALTED_Msk (1UL /*<< SCB_DFSR_HALTED_Pos*/) |
SCB DFSR: HALTED Mask
Definition at line 637 of file core_sc300.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 835 of file core_armv81mml.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 826 of file core_armv8mml.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 639 of file core_cm3.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 826 of file core_cm33.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 826 of file core_cm35p.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 703 of file core_cm4.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 756 of file core_cm7.h.
| #define SCB_DFSR_HALTED_Pos 0U |
SCB DFSR: HALTED Position
Definition at line 636 of file core_sc300.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 827 of file core_armv81mml.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 818 of file core_armv8mml.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 631 of file core_cm3.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 818 of file core_cm33.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 818 of file core_cm35p.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 695 of file core_cm4.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 748 of file core_cm7.h.
| #define SCB_DFSR_VCATCH_Msk (1UL << SCB_DFSR_VCATCH_Pos) |
SCB DFSR: VCATCH Mask
Definition at line 628 of file core_sc300.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 826 of file core_armv81mml.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 817 of file core_armv8mml.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 630 of file core_cm3.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 817 of file core_cm33.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 817 of file core_cm35p.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 694 of file core_cm4.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 747 of file core_cm7.h.
| #define SCB_DFSR_VCATCH_Pos 3U |
SCB DFSR: VCATCH Position
Definition at line 627 of file core_sc300.h.
| #define SCB_DTCMCR_EN_Msk (1UL /*<< SCB_DTCMCR_EN_Pos*/) |
SCB DTCMCR: EN Mask
Definition at line 949 of file core_armv81mml.h.
| #define SCB_DTCMCR_EN_Msk (1UL /*<< SCB_DTCMCR_EN_Pos*/) |
SCB DTCMCR: EN Mask
Definition at line 860 of file core_cm7.h.
| #define SCB_DTCMCR_EN_Pos 0U |
SCB DTCMCR: EN Position
Definition at line 948 of file core_armv81mml.h.
| #define SCB_DTCMCR_EN_Pos 0U |
SCB DTCMCR: EN Position
Definition at line 859 of file core_cm7.h.
| #define SCB_DTCMCR_RETEN_Msk (1UL << SCB_DTCMCR_RETEN_Pos) |
SCB DTCMCR: RETEN Mask
Definition at line 943 of file core_armv81mml.h.
| #define SCB_DTCMCR_RETEN_Msk (1UL << SCB_DTCMCR_RETEN_Pos) |
SCB DTCMCR: RETEN Mask
Definition at line 854 of file core_cm7.h.
| #define SCB_DTCMCR_RETEN_Pos 2U |
SCB DTCMCR: RETEN Position
Definition at line 942 of file core_armv81mml.h.
| #define SCB_DTCMCR_RETEN_Pos 2U |
SCB DTCMCR: RETEN Position
Definition at line 853 of file core_cm7.h.
| #define SCB_DTCMCR_RMW_Msk (1UL << SCB_DTCMCR_RMW_Pos) |
SCB DTCMCR: RMW Mask
Definition at line 946 of file core_armv81mml.h.
| #define SCB_DTCMCR_RMW_Msk (1UL << SCB_DTCMCR_RMW_Pos) |
SCB DTCMCR: RMW Mask
Definition at line 857 of file core_cm7.h.
| #define SCB_DTCMCR_RMW_Pos 1U |
SCB DTCMCR: RMW Position
Definition at line 945 of file core_armv81mml.h.
| #define SCB_DTCMCR_RMW_Pos 1U |
SCB DTCMCR: RMW Position
Definition at line 856 of file core_cm7.h.
| #define SCB_DTCMCR_SZ_Msk (0xFUL << SCB_DTCMCR_SZ_Pos) |
SCB DTCMCR: SZ Mask
Definition at line 940 of file core_armv81mml.h.
| #define SCB_DTCMCR_SZ_Msk (0xFUL << SCB_DTCMCR_SZ_Pos) |
SCB DTCMCR: SZ Mask
Definition at line 851 of file core_cm7.h.
| #define SCB_DTCMCR_SZ_Pos 3U |
SCB DTCMCR: SZ Position
Definition at line 939 of file core_armv81mml.h.
| #define SCB_DTCMCR_SZ_Pos 3U |
SCB DTCMCR: SZ Position
Definition at line 850 of file core_cm7.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 814 of file core_armv81mml.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 805 of file core_armv8mml.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 618 of file core_cm3.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 805 of file core_cm33.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 805 of file core_cm35p.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 682 of file core_cm4.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 735 of file core_cm7.h.
| #define SCB_HFSR_DEBUGEVT_Msk (1UL << SCB_HFSR_DEBUGEVT_Pos) |
SCB HFSR: DEBUGEVT Mask
Definition at line 615 of file core_sc300.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 813 of file core_armv81mml.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 804 of file core_armv8mml.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 617 of file core_cm3.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 804 of file core_cm33.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 804 of file core_cm35p.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 681 of file core_cm4.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 734 of file core_cm7.h.
| #define SCB_HFSR_DEBUGEVT_Pos 31U |
SCB HFSR: DEBUGEVT Position
Definition at line 614 of file core_sc300.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 817 of file core_armv81mml.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 808 of file core_armv8mml.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 621 of file core_cm3.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 808 of file core_cm33.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 808 of file core_cm35p.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 685 of file core_cm4.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 738 of file core_cm7.h.
| #define SCB_HFSR_FORCED_Msk (1UL << SCB_HFSR_FORCED_Pos) |
SCB HFSR: FORCED Mask
Definition at line 618 of file core_sc300.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 816 of file core_armv81mml.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 807 of file core_armv8mml.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 620 of file core_cm3.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 807 of file core_cm33.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 807 of file core_cm35p.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 684 of file core_cm4.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 737 of file core_cm7.h.
| #define SCB_HFSR_FORCED_Pos 30U |
SCB HFSR: FORCED Position
Definition at line 617 of file core_sc300.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 820 of file core_armv81mml.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 811 of file core_armv8mml.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 624 of file core_cm3.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 811 of file core_cm33.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 811 of file core_cm35p.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 688 of file core_cm4.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 741 of file core_cm7.h.
| #define SCB_HFSR_VECTTBL_Msk (1UL << SCB_HFSR_VECTTBL_Pos) |
SCB HFSR: VECTTBL Mask
Definition at line 621 of file core_sc300.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 819 of file core_armv81mml.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 810 of file core_armv8mml.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 623 of file core_cm3.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 810 of file core_cm33.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 810 of file core_cm35p.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 687 of file core_cm4.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 740 of file core_cm7.h.
| #define SCB_HFSR_VECTTBL_Pos 1U |
SCB HFSR: VECTTBL Position
Definition at line 620 of file core_sc300.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 597 of file core_armv81mml.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 443 of file core_armv8mbl.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 588 of file core_armv8mml.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 390 of file core_cm0.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 408 of file core_cm0plus.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 390 of file core_cm1.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 443 of file core_cm23.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 435 of file core_cm3.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 588 of file core_cm33.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 588 of file core_cm35p.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 501 of file core_cm4.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 545 of file core_cm7.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 398 of file core_sc000.h.
| #define SCB_ICSR_ISRPENDING_Msk (1UL << SCB_ICSR_ISRPENDING_Pos) |
SCB ICSR: ISRPENDING Mask
Definition at line 437 of file core_sc300.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 596 of file core_armv81mml.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 442 of file core_armv8mbl.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 587 of file core_armv8mml.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 389 of file core_cm0.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 407 of file core_cm0plus.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 389 of file core_cm1.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 442 of file core_cm23.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 434 of file core_cm3.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 587 of file core_cm33.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 587 of file core_cm35p.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 500 of file core_cm4.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 544 of file core_cm7.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 397 of file core_sc000.h.
| #define SCB_ICSR_ISRPENDING_Pos 22U |
SCB ICSR: ISRPENDING Position
Definition at line 436 of file core_sc300.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 594 of file core_armv81mml.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 440 of file core_armv8mbl.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 585 of file core_armv8mml.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 387 of file core_cm0.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 405 of file core_cm0plus.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 387 of file core_cm1.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 440 of file core_cm23.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 432 of file core_cm3.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 585 of file core_cm33.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 585 of file core_cm35p.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 498 of file core_cm4.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 542 of file core_cm7.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 395 of file core_sc000.h.
| #define SCB_ICSR_ISRPREEMPT_Msk (1UL << SCB_ICSR_ISRPREEMPT_Pos) |
SCB ICSR: ISRPREEMPT Mask
Definition at line 434 of file core_sc300.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 593 of file core_armv81mml.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 439 of file core_armv8mbl.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 584 of file core_armv8mml.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 386 of file core_cm0.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 404 of file core_cm0plus.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 386 of file core_cm1.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 439 of file core_cm23.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 431 of file core_cm3.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 584 of file core_cm33.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 584 of file core_cm35p.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 497 of file core_cm4.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 541 of file core_cm7.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 394 of file core_sc000.h.
| #define SCB_ICSR_ISRPREEMPT_Pos 23U |
SCB ICSR: ISRPREEMPT Position
Definition at line 433 of file core_sc300.h.
| #define SCB_ICSR_NMIPENDSET_Msk SCB_ICSR_PENDNMISET_Msk |
SCB ICSR: NMIPENDSET Mask, backward compatibility
SCB ICSR: NMIPENDSET Mask
Definition at line 573 of file core_armv81mml.h.
| #define SCB_ICSR_NMIPENDSET_Msk SCB_ICSR_PENDNMISET_Msk |
SCB ICSR: NMIPENDSET Mask, backward compatibility
SCB ICSR: NMIPENDSET Mask
Definition at line 419 of file core_armv8mbl.h.
| #define SCB_ICSR_NMIPENDSET_Msk SCB_ICSR_PENDNMISET_Msk |
SCB ICSR: NMIPENDSET Mask, backward compatibility
SCB ICSR: NMIPENDSET Mask
Definition at line 564 of file core_armv8mml.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
SCB ICSR: NMIPENDSET Mask, backward compatibility
Definition at line 372 of file core_cm0.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
SCB ICSR: NMIPENDSET Mask, backward compatibility
Definition at line 390 of file core_cm0plus.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
SCB ICSR: NMIPENDSET Mask, backward compatibility
Definition at line 372 of file core_cm1.h.
| #define SCB_ICSR_NMIPENDSET_Msk SCB_ICSR_PENDNMISET_Msk |
SCB ICSR: NMIPENDSET Mask, backward compatibility
SCB ICSR: NMIPENDSET Mask
Definition at line 419 of file core_cm23.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
SCB ICSR: NMIPENDSET Mask, backward compatibility
Definition at line 417 of file core_cm3.h.
| #define SCB_ICSR_NMIPENDSET_Msk SCB_ICSR_PENDNMISET_Msk |
SCB ICSR: NMIPENDSET Mask, backward compatibility
SCB ICSR: NMIPENDSET Mask
Definition at line 564 of file core_cm33.h.
| #define SCB_ICSR_NMIPENDSET_Msk SCB_ICSR_PENDNMISET_Msk |
SCB ICSR: NMIPENDSET Mask, backward compatibility
SCB ICSR: NMIPENDSET Mask
Definition at line 564 of file core_cm35p.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
Definition at line 483 of file core_cm4.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
Definition at line 527 of file core_cm7.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
Definition at line 380 of file core_sc000.h.
| #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) |
SCB ICSR: NMIPENDSET Mask
Definition at line 419 of file core_sc300.h.
| #define SCB_ICSR_NMIPENDSET_Pos SCB_ICSR_PENDNMISET_Pos |
SCB ICSR: NMIPENDSET Position, backward compatibility
SCB ICSR: NMIPENDSET Position
Definition at line 572 of file core_armv81mml.h.
| #define SCB_ICSR_NMIPENDSET_Pos SCB_ICSR_PENDNMISET_Pos |
SCB ICSR: NMIPENDSET Position, backward compatibility
SCB ICSR: NMIPENDSET Position
Definition at line 418 of file core_armv8mbl.h.
| #define SCB_ICSR_NMIPENDSET_Pos SCB_ICSR_PENDNMISET_Pos |
SCB ICSR: NMIPENDSET Position, backward compatibility
SCB ICSR: NMIPENDSET Position
Definition at line 563 of file core_armv8mml.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
SCB ICSR: NMIPENDSET Position, backward compatibility
Definition at line 371 of file core_cm0.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
SCB ICSR: NMIPENDSET Position, backward compatibility
Definition at line 389 of file core_cm0plus.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
SCB ICSR: NMIPENDSET Position, backward compatibility
Definition at line 371 of file core_cm1.h.
| #define SCB_ICSR_NMIPENDSET_Pos SCB_ICSR_PENDNMISET_Pos |
SCB ICSR: NMIPENDSET Position, backward compatibility
SCB ICSR: NMIPENDSET Position
Definition at line 418 of file core_cm23.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
SCB ICSR: NMIPENDSET Position, backward compatibility
Definition at line 416 of file core_cm3.h.
| #define SCB_ICSR_NMIPENDSET_Pos SCB_ICSR_PENDNMISET_Pos |
SCB ICSR: NMIPENDSET Position, backward compatibility
SCB ICSR: NMIPENDSET Position
Definition at line 563 of file core_cm33.h.
| #define SCB_ICSR_NMIPENDSET_Pos SCB_ICSR_PENDNMISET_Pos |
SCB ICSR: NMIPENDSET Position, backward compatibility
SCB ICSR: NMIPENDSET Position
Definition at line 563 of file core_cm35p.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
Definition at line 482 of file core_cm4.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
Definition at line 526 of file core_cm7.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
Definition at line 379 of file core_sc000.h.
| #define SCB_ICSR_NMIPENDSET_Pos 31U |
SCB ICSR: NMIPENDSET Position
Definition at line 418 of file core_sc300.h.
| #define SCB_ICSR_PENDNMICLR_Msk (1UL << SCB_ICSR_PENDNMICLR_Pos) |
SCB ICSR: PENDNMICLR Mask
Definition at line 576 of file core_armv81mml.h.
| #define SCB_ICSR_PENDNMICLR_Msk (1UL << SCB_ICSR_PENDNMICLR_Pos) |
SCB ICSR: PENDNMICLR Mask
Definition at line 422 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDNMICLR_Msk (1UL << SCB_ICSR_PENDNMICLR_Pos) |
SCB ICSR: PENDNMICLR Mask
Definition at line 567 of file core_armv8mml.h.
| #define SCB_ICSR_PENDNMICLR_Msk (1UL << SCB_ICSR_PENDNMICLR_Pos) |
SCB ICSR: PENDNMICLR Mask
Definition at line 422 of file core_cm23.h.
| #define SCB_ICSR_PENDNMICLR_Msk (1UL << SCB_ICSR_PENDNMICLR_Pos) |
SCB ICSR: PENDNMICLR Mask
Definition at line 567 of file core_cm33.h.
| #define SCB_ICSR_PENDNMICLR_Msk (1UL << SCB_ICSR_PENDNMICLR_Pos) |
SCB ICSR: PENDNMICLR Mask
Definition at line 567 of file core_cm35p.h.
| #define SCB_ICSR_PENDNMICLR_Pos 30U |
SCB ICSR: PENDNMICLR Position
Definition at line 575 of file core_armv81mml.h.
| #define SCB_ICSR_PENDNMICLR_Pos 30U |
SCB ICSR: PENDNMICLR Position
Definition at line 421 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDNMICLR_Pos 30U |
SCB ICSR: PENDNMICLR Position
Definition at line 566 of file core_armv8mml.h.
| #define SCB_ICSR_PENDNMICLR_Pos 30U |
SCB ICSR: PENDNMICLR Position
Definition at line 421 of file core_cm23.h.
| #define SCB_ICSR_PENDNMICLR_Pos 30U |
SCB ICSR: PENDNMICLR Position
Definition at line 566 of file core_cm33.h.
| #define SCB_ICSR_PENDNMICLR_Pos 30U |
SCB ICSR: PENDNMICLR Position
Definition at line 566 of file core_cm35p.h.
| #define SCB_ICSR_PENDNMISET_Msk (1UL << SCB_ICSR_PENDNMISET_Pos) |
SCB ICSR: PENDNMISET Mask
Definition at line 570 of file core_armv81mml.h.
| #define SCB_ICSR_PENDNMISET_Msk (1UL << SCB_ICSR_PENDNMISET_Pos) |
SCB ICSR: PENDNMISET Mask
Definition at line 416 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDNMISET_Msk (1UL << SCB_ICSR_PENDNMISET_Pos) |
SCB ICSR: PENDNMISET Mask
Definition at line 561 of file core_armv8mml.h.
| #define SCB_ICSR_PENDNMISET_Msk (1UL << SCB_ICSR_PENDNMISET_Pos) |
SCB ICSR: PENDNMISET Mask
Definition at line 416 of file core_cm23.h.
| #define SCB_ICSR_PENDNMISET_Msk (1UL << SCB_ICSR_PENDNMISET_Pos) |
SCB ICSR: PENDNMISET Mask
Definition at line 561 of file core_cm33.h.
| #define SCB_ICSR_PENDNMISET_Msk (1UL << SCB_ICSR_PENDNMISET_Pos) |
SCB ICSR: PENDNMISET Mask
Definition at line 561 of file core_cm35p.h.
| #define SCB_ICSR_PENDNMISET_Pos 31U |
SCB ICSR: PENDNMISET Position
Definition at line 569 of file core_armv81mml.h.
| #define SCB_ICSR_PENDNMISET_Pos 31U |
SCB ICSR: PENDNMISET Position
Definition at line 415 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDNMISET_Pos 31U |
SCB ICSR: PENDNMISET Position
Definition at line 560 of file core_armv8mml.h.
| #define SCB_ICSR_PENDNMISET_Pos 31U |
SCB ICSR: PENDNMISET Position
Definition at line 415 of file core_cm23.h.
| #define SCB_ICSR_PENDNMISET_Pos 31U |
SCB ICSR: PENDNMISET Position
Definition at line 560 of file core_cm33.h.
| #define SCB_ICSR_PENDNMISET_Pos 31U |
SCB ICSR: PENDNMISET Position
Definition at line 560 of file core_cm35p.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 588 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 434 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 579 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 384 of file core_cm0.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 402 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 384 of file core_cm1.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 434 of file core_cm23.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 429 of file core_cm3.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 579 of file core_cm33.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 579 of file core_cm35p.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 495 of file core_cm4.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 539 of file core_cm7.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 392 of file core_sc000.h.
| #define SCB_ICSR_PENDSTCLR_Msk (1UL << SCB_ICSR_PENDSTCLR_Pos) |
SCB ICSR: PENDSTCLR Mask
Definition at line 431 of file core_sc300.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 587 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 433 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 578 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 383 of file core_cm0.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 401 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 383 of file core_cm1.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 433 of file core_cm23.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 428 of file core_cm3.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 578 of file core_cm33.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 578 of file core_cm35p.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 494 of file core_cm4.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 538 of file core_cm7.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 391 of file core_sc000.h.
| #define SCB_ICSR_PENDSTCLR_Pos 25U |
SCB ICSR: PENDSTCLR Position
Definition at line 430 of file core_sc300.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 585 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 431 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 576 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 381 of file core_cm0.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 399 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 381 of file core_cm1.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 431 of file core_cm23.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 426 of file core_cm3.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 576 of file core_cm33.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 576 of file core_cm35p.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 492 of file core_cm4.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 536 of file core_cm7.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 389 of file core_sc000.h.
| #define SCB_ICSR_PENDSTSET_Msk (1UL << SCB_ICSR_PENDSTSET_Pos) |
SCB ICSR: PENDSTSET Mask
Definition at line 428 of file core_sc300.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 584 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 430 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 575 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 380 of file core_cm0.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 398 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 380 of file core_cm1.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 430 of file core_cm23.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 425 of file core_cm3.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 575 of file core_cm33.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 575 of file core_cm35p.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 491 of file core_cm4.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 535 of file core_cm7.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 388 of file core_sc000.h.
| #define SCB_ICSR_PENDSTSET_Pos 26U |
SCB ICSR: PENDSTSET Position
Definition at line 427 of file core_sc300.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 582 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 428 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 573 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 378 of file core_cm0.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 396 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 378 of file core_cm1.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 428 of file core_cm23.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 423 of file core_cm3.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 573 of file core_cm33.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 573 of file core_cm35p.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 489 of file core_cm4.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 533 of file core_cm7.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 386 of file core_sc000.h.
| #define SCB_ICSR_PENDSVCLR_Msk (1UL << SCB_ICSR_PENDSVCLR_Pos) |
SCB ICSR: PENDSVCLR Mask
Definition at line 425 of file core_sc300.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 581 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 427 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 572 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 377 of file core_cm0.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 395 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 377 of file core_cm1.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 427 of file core_cm23.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 422 of file core_cm3.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 572 of file core_cm33.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 572 of file core_cm35p.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 488 of file core_cm4.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 532 of file core_cm7.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 385 of file core_sc000.h.
| #define SCB_ICSR_PENDSVCLR_Pos 27U |
SCB ICSR: PENDSVCLR Position
Definition at line 424 of file core_sc300.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 579 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 425 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 570 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 375 of file core_cm0.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 393 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 375 of file core_cm1.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 425 of file core_cm23.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 420 of file core_cm3.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 570 of file core_cm33.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 570 of file core_cm35p.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 486 of file core_cm4.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 530 of file core_cm7.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 383 of file core_sc000.h.
| #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) |
SCB ICSR: PENDSVSET Mask
Definition at line 422 of file core_sc300.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 578 of file core_armv81mml.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 424 of file core_armv8mbl.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 569 of file core_armv8mml.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 374 of file core_cm0.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 392 of file core_cm0plus.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 374 of file core_cm1.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 424 of file core_cm23.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 419 of file core_cm3.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 569 of file core_cm33.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 569 of file core_cm35p.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 485 of file core_cm4.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 529 of file core_cm7.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 382 of file core_sc000.h.
| #define SCB_ICSR_PENDSVSET_Pos 28U |
SCB ICSR: PENDSVSET Position
Definition at line 421 of file core_sc300.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 603 of file core_armv81mml.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 449 of file core_armv8mbl.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 594 of file core_armv8mml.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 449 of file core_cm23.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 441 of file core_cm3.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 594 of file core_cm33.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 594 of file core_cm35p.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 507 of file core_cm4.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 551 of file core_cm7.h.
| #define SCB_ICSR_RETTOBASE_Msk (1UL << SCB_ICSR_RETTOBASE_Pos) |
SCB ICSR: RETTOBASE Mask
Definition at line 443 of file core_sc300.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 602 of file core_armv81mml.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 448 of file core_armv8mbl.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 593 of file core_armv8mml.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 448 of file core_cm23.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 440 of file core_cm3.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 593 of file core_cm33.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 593 of file core_cm35p.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 506 of file core_cm4.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 550 of file core_cm7.h.
| #define SCB_ICSR_RETTOBASE_Pos 11U |
SCB ICSR: RETTOBASE Position
Definition at line 442 of file core_sc300.h.
| #define SCB_ICSR_STTNS_Msk (1UL << SCB_ICSR_STTNS_Pos) |
SCB ICSR: STTNS Mask (Security Extension)
Definition at line 591 of file core_armv81mml.h.
| #define SCB_ICSR_STTNS_Msk (1UL << SCB_ICSR_STTNS_Pos) |
SCB ICSR: STTNS Mask (Security Extension)
Definition at line 437 of file core_armv8mbl.h.
| #define SCB_ICSR_STTNS_Msk (1UL << SCB_ICSR_STTNS_Pos) |
SCB ICSR: STTNS Mask (Security Extension)
Definition at line 582 of file core_armv8mml.h.
| #define SCB_ICSR_STTNS_Msk (1UL << SCB_ICSR_STTNS_Pos) |
SCB ICSR: STTNS Mask (Security Extension)
Definition at line 437 of file core_cm23.h.
| #define SCB_ICSR_STTNS_Msk (1UL << SCB_ICSR_STTNS_Pos) |
SCB ICSR: STTNS Mask (Security Extension)
Definition at line 582 of file core_cm33.h.
| #define SCB_ICSR_STTNS_Msk (1UL << SCB_ICSR_STTNS_Pos) |
SCB ICSR: STTNS Mask (Security Extension)
Definition at line 582 of file core_cm35p.h.
| #define SCB_ICSR_STTNS_Pos 24U |
SCB ICSR: STTNS Position (Security Extension)
Definition at line 590 of file core_armv81mml.h.
| #define SCB_ICSR_STTNS_Pos 24U |
SCB ICSR: STTNS Position (Security Extension)
Definition at line 436 of file core_armv8mbl.h.
| #define SCB_ICSR_STTNS_Pos 24U |
SCB ICSR: STTNS Position (Security Extension)
Definition at line 581 of file core_armv8mml.h.
| #define SCB_ICSR_STTNS_Pos 24U |
SCB ICSR: STTNS Position (Security Extension)
Definition at line 436 of file core_cm23.h.
| #define SCB_ICSR_STTNS_Pos 24U |
SCB ICSR: STTNS Position (Security Extension)
Definition at line 581 of file core_cm33.h.
| #define SCB_ICSR_STTNS_Pos 24U |
SCB ICSR: STTNS Position (Security Extension)
Definition at line 581 of file core_cm35p.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 606 of file core_armv81mml.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 452 of file core_armv8mbl.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 597 of file core_armv8mml.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 396 of file core_cm0.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 414 of file core_cm0plus.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 396 of file core_cm1.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 452 of file core_cm23.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 444 of file core_cm3.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 597 of file core_cm33.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 597 of file core_cm35p.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 510 of file core_cm4.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 554 of file core_cm7.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 404 of file core_sc000.h.
| #define SCB_ICSR_VECTACTIVE_Msk (0x1FFUL /*<< SCB_ICSR_VECTACTIVE_Pos*/) |
SCB ICSR: VECTACTIVE Mask
Definition at line 446 of file core_sc300.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 605 of file core_armv81mml.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 451 of file core_armv8mbl.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 596 of file core_armv8mml.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 395 of file core_cm0.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 413 of file core_cm0plus.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 395 of file core_cm1.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 451 of file core_cm23.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 443 of file core_cm3.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 596 of file core_cm33.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 596 of file core_cm35p.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 509 of file core_cm4.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 553 of file core_cm7.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 403 of file core_sc000.h.
| #define SCB_ICSR_VECTACTIVE_Pos 0U |
SCB ICSR: VECTACTIVE Position
Definition at line 445 of file core_sc300.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 600 of file core_armv81mml.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 446 of file core_armv8mbl.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 591 of file core_armv8mml.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 393 of file core_cm0.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 411 of file core_cm0plus.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 393 of file core_cm1.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 446 of file core_cm23.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 438 of file core_cm3.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 591 of file core_cm33.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 591 of file core_cm35p.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 504 of file core_cm4.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 548 of file core_cm7.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 401 of file core_sc000.h.
| #define SCB_ICSR_VECTPENDING_Msk (0x1FFUL << SCB_ICSR_VECTPENDING_Pos) |
SCB ICSR: VECTPENDING Mask
Definition at line 440 of file core_sc300.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 599 of file core_armv81mml.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 445 of file core_armv8mbl.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 590 of file core_armv8mml.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 392 of file core_cm0.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 410 of file core_cm0plus.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 392 of file core_cm1.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 445 of file core_cm23.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 437 of file core_cm3.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 590 of file core_cm33.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 590 of file core_cm35p.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 503 of file core_cm4.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 547 of file core_cm7.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 400 of file core_sc000.h.
| #define SCB_ICSR_VECTPENDING_Pos 12U |
SCB ICSR: VECTPENDING Position
Definition at line 439 of file core_sc300.h.
| #define SCB_ITCMCR_EN_Msk (1UL /*<< SCB_ITCMCR_EN_Pos*/) |
SCB ITCMCR: EN Mask
Definition at line 936 of file core_armv81mml.h.
| #define SCB_ITCMCR_EN_Msk (1UL /*<< SCB_ITCMCR_EN_Pos*/) |
SCB ITCMCR: EN Mask
Definition at line 847 of file core_cm7.h.
| #define SCB_ITCMCR_EN_Pos 0U |
SCB ITCMCR: EN Position
Definition at line 935 of file core_armv81mml.h.
| #define SCB_ITCMCR_EN_Pos 0U |
SCB ITCMCR: EN Position
Definition at line 846 of file core_cm7.h.
| #define SCB_ITCMCR_RETEN_Msk (1UL << SCB_ITCMCR_RETEN_Pos) |
SCB ITCMCR: RETEN Mask
Definition at line 930 of file core_armv81mml.h.
| #define SCB_ITCMCR_RETEN_Msk (1UL << SCB_ITCMCR_RETEN_Pos) |
SCB ITCMCR: RETEN Mask
Definition at line 841 of file core_cm7.h.
| #define SCB_ITCMCR_RETEN_Pos 2U |
SCB ITCMCR: RETEN Position
Definition at line 929 of file core_armv81mml.h.
| #define SCB_ITCMCR_RETEN_Pos 2U |
SCB ITCMCR: RETEN Position
Definition at line 840 of file core_cm7.h.
| #define SCB_ITCMCR_RMW_Msk (1UL << SCB_ITCMCR_RMW_Pos) |
SCB ITCMCR: RMW Mask
Definition at line 933 of file core_armv81mml.h.
| #define SCB_ITCMCR_RMW_Msk (1UL << SCB_ITCMCR_RMW_Pos) |
SCB ITCMCR: RMW Mask
Definition at line 844 of file core_cm7.h.
| #define SCB_ITCMCR_RMW_Pos 1U |
SCB ITCMCR: RMW Position
Definition at line 932 of file core_armv81mml.h.
| #define SCB_ITCMCR_RMW_Pos 1U |
SCB ITCMCR: RMW Position
Definition at line 843 of file core_cm7.h.
| #define SCB_ITCMCR_SZ_Msk (0xFUL << SCB_ITCMCR_SZ_Pos) |
SCB ITCMCR: SZ Mask
Definition at line 927 of file core_armv81mml.h.
| #define SCB_ITCMCR_SZ_Msk (0xFUL << SCB_ITCMCR_SZ_Pos) |
SCB ITCMCR: SZ Mask
Definition at line 838 of file core_cm7.h.
| #define SCB_ITCMCR_SZ_Pos 3U |
SCB ITCMCR: SZ Position
Definition at line 926 of file core_armv81mml.h.
| #define SCB_ITCMCR_SZ_Pos 3U |
SCB ITCMCR: SZ Position
Definition at line 837 of file core_cm7.h.
| #define SCB_NSACR_CP10_Msk (1UL << SCB_NSACR_CP10_Pos) |
SCB NSACR: CP10 Mask
Definition at line 843 of file core_armv81mml.h.
| #define SCB_NSACR_CP10_Msk (1UL << SCB_NSACR_CP10_Pos) |
SCB NSACR: CP10 Mask
Definition at line 834 of file core_armv8mml.h.
| #define SCB_NSACR_CP10_Msk (1UL << SCB_NSACR_CP10_Pos) |
SCB NSACR: CP10 Mask
Definition at line 834 of file core_cm33.h.
| #define SCB_NSACR_CP10_Msk (1UL << SCB_NSACR_CP10_Pos) |
SCB NSACR: CP10 Mask
Definition at line 834 of file core_cm35p.h.
| #define SCB_NSACR_CP10_Pos 10U |
SCB NSACR: CP10 Position
Definition at line 842 of file core_armv81mml.h.
| #define SCB_NSACR_CP10_Pos 10U |
SCB NSACR: CP10 Position
Definition at line 833 of file core_armv8mml.h.
| #define SCB_NSACR_CP10_Pos 10U |
SCB NSACR: CP10 Position
Definition at line 833 of file core_cm33.h.
| #define SCB_NSACR_CP10_Pos 10U |
SCB NSACR: CP10 Position
Definition at line 833 of file core_cm35p.h.
| #define SCB_NSACR_CP11_Msk (1UL << SCB_NSACR_CP11_Pos) |
SCB NSACR: CP11 Mask
Definition at line 840 of file core_armv81mml.h.
| #define SCB_NSACR_CP11_Msk (1UL << SCB_NSACR_CP11_Pos) |
SCB NSACR: CP11 Mask
Definition at line 831 of file core_armv8mml.h.
| #define SCB_NSACR_CP11_Msk (1UL << SCB_NSACR_CP11_Pos) |
SCB NSACR: CP11 Mask
Definition at line 831 of file core_cm33.h.
| #define SCB_NSACR_CP11_Msk (1UL << SCB_NSACR_CP11_Pos) |
SCB NSACR: CP11 Mask
Definition at line 831 of file core_cm35p.h.
| #define SCB_NSACR_CP11_Pos 11U |
SCB NSACR: CP11 Position
Definition at line 839 of file core_armv81mml.h.
| #define SCB_NSACR_CP11_Pos 11U |
SCB NSACR: CP11 Position
Definition at line 830 of file core_armv8mml.h.
| #define SCB_NSACR_CP11_Pos 11U |
SCB NSACR: CP11 Position
Definition at line 830 of file core_cm33.h.
| #define SCB_NSACR_CP11_Pos 11U |
SCB NSACR: CP11 Position
Definition at line 830 of file core_cm35p.h.
| #define SCB_NSACR_CPn_Msk (1UL /*<< SCB_NSACR_CPn_Pos*/) |
SCB NSACR: CPn Mask
Definition at line 846 of file core_armv81mml.h.
| #define SCB_NSACR_CPn_Msk (1UL /*<< SCB_NSACR_CPn_Pos*/) |
SCB NSACR: CPn Mask
Definition at line 837 of file core_armv8mml.h.
| #define SCB_NSACR_CPn_Msk (1UL /*<< SCB_NSACR_CPn_Pos*/) |
SCB NSACR: CPn Mask
Definition at line 837 of file core_cm33.h.
| #define SCB_NSACR_CPn_Msk (1UL /*<< SCB_NSACR_CPn_Pos*/) |
SCB NSACR: CPn Mask
Definition at line 837 of file core_cm35p.h.
| #define SCB_NSACR_CPn_Pos 0U |
SCB NSACR: CPn Position
Definition at line 845 of file core_armv81mml.h.
| #define SCB_NSACR_CPn_Pos 0U |
SCB NSACR: CPn Position
Definition at line 836 of file core_armv8mml.h.
| #define SCB_NSACR_CPn_Pos 0U |
SCB NSACR: CPn Position
Definition at line 836 of file core_cm33.h.
| #define SCB_NSACR_CPn_Pos 0U |
SCB NSACR: CPn Position
Definition at line 836 of file core_cm35p.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 642 of file core_armv81mml.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 487 of file core_armv8mbl.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 633 of file core_armv8mml.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 416 of file core_cm0.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 440 of file core_cm0plus.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 416 of file core_cm1.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 487 of file core_cm23.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 482 of file core_cm3.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 633 of file core_cm33.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 633 of file core_cm35p.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 540 of file core_cm4.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 584 of file core_cm7.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 428 of file core_sc000.h.
| #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) |
SCB SCR: SEVONPEND Mask
Definition at line 479 of file core_sc300.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 641 of file core_armv81mml.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 486 of file core_armv8mbl.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 632 of file core_armv8mml.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 415 of file core_cm0.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 439 of file core_cm0plus.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 415 of file core_cm1.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 486 of file core_cm23.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 481 of file core_cm3.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 632 of file core_cm33.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 632 of file core_cm35p.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 539 of file core_cm4.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 583 of file core_cm7.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 427 of file core_sc000.h.
| #define SCB_SCR_SEVONPEND_Pos 4U |
SCB SCR: SEVONPEND Position
Definition at line 478 of file core_sc300.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 648 of file core_armv81mml.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 493 of file core_armv8mbl.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 639 of file core_armv8mml.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 419 of file core_cm0.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 443 of file core_cm0plus.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 419 of file core_cm1.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 493 of file core_cm23.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 485 of file core_cm3.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 639 of file core_cm33.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 639 of file core_cm35p.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 543 of file core_cm4.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 587 of file core_cm7.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 431 of file core_sc000.h.
| #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) |
SCB SCR: SLEEPDEEP Mask
Definition at line 482 of file core_sc300.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 647 of file core_armv81mml.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 492 of file core_armv8mbl.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 638 of file core_armv8mml.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 418 of file core_cm0.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 442 of file core_cm0plus.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 418 of file core_cm1.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 492 of file core_cm23.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 484 of file core_cm3.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 638 of file core_cm33.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 638 of file core_cm35p.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 542 of file core_cm4.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 586 of file core_cm7.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 430 of file core_sc000.h.
| #define SCB_SCR_SLEEPDEEP_Pos 2U |
SCB SCR: SLEEPDEEP Position
Definition at line 481 of file core_sc300.h.
| #define SCB_SCR_SLEEPDEEPS_Msk (1UL << SCB_SCR_SLEEPDEEPS_Pos) |
SCB SCR: SLEEPDEEPS Mask
Definition at line 645 of file core_armv81mml.h.
| #define SCB_SCR_SLEEPDEEPS_Msk (1UL << SCB_SCR_SLEEPDEEPS_Pos) |
SCB SCR: SLEEPDEEPS Mask
Definition at line 490 of file core_armv8mbl.h.
| #define SCB_SCR_SLEEPDEEPS_Msk (1UL << SCB_SCR_SLEEPDEEPS_Pos) |
SCB SCR: SLEEPDEEPS Mask
Definition at line 636 of file core_armv8mml.h.
| #define SCB_SCR_SLEEPDEEPS_Msk (1UL << SCB_SCR_SLEEPDEEPS_Pos) |
SCB SCR: SLEEPDEEPS Mask
Definition at line 490 of file core_cm23.h.
| #define SCB_SCR_SLEEPDEEPS_Msk (1UL << SCB_SCR_SLEEPDEEPS_Pos) |
SCB SCR: SLEEPDEEPS Mask
Definition at line 636 of file core_cm33.h.
| #define SCB_SCR_SLEEPDEEPS_Msk (1UL << SCB_SCR_SLEEPDEEPS_Pos) |
SCB SCR: SLEEPDEEPS Mask
Definition at line 636 of file core_cm35p.h.
| #define SCB_SCR_SLEEPDEEPS_Pos 3U |
SCB SCR: SLEEPDEEPS Position
Definition at line 644 of file core_armv81mml.h.
| #define SCB_SCR_SLEEPDEEPS_Pos 3U |
SCB SCR: SLEEPDEEPS Position
Definition at line 489 of file core_armv8mbl.h.
| #define SCB_SCR_SLEEPDEEPS_Pos 3U |
SCB SCR: SLEEPDEEPS Position
Definition at line 635 of file core_armv8mml.h.
| #define SCB_SCR_SLEEPDEEPS_Pos 3U |
SCB SCR: SLEEPDEEPS Position
Definition at line 489 of file core_cm23.h.
| #define SCB_SCR_SLEEPDEEPS_Pos 3U |
SCB SCR: SLEEPDEEPS Position
Definition at line 635 of file core_cm33.h.
| #define SCB_SCR_SLEEPDEEPS_Pos 3U |
SCB SCR: SLEEPDEEPS Position
Definition at line 635 of file core_cm35p.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 651 of file core_armv81mml.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 496 of file core_armv8mbl.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 642 of file core_armv8mml.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 422 of file core_cm0.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 446 of file core_cm0plus.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 422 of file core_cm1.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 496 of file core_cm23.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 488 of file core_cm3.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 642 of file core_cm33.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 642 of file core_cm35p.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 546 of file core_cm4.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 590 of file core_cm7.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 434 of file core_sc000.h.
| #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) |
SCB SCR: SLEEPONEXIT Mask
Definition at line 485 of file core_sc300.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 650 of file core_armv81mml.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 495 of file core_armv8mbl.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 641 of file core_armv8mml.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 421 of file core_cm0.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 445 of file core_cm0plus.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 421 of file core_cm1.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 495 of file core_cm23.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 487 of file core_cm3.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 641 of file core_cm33.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 641 of file core_cm35p.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 545 of file core_cm4.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 589 of file core_cm7.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 433 of file core_sc000.h.
| #define SCB_SCR_SLEEPONEXIT_Pos 1U |
SCB SCR: SLEEPONEXIT Position
Definition at line 484 of file core_sc300.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 734 of file core_armv81mml.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 725 of file core_armv8mml.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 547 of file core_cm3.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 725 of file core_cm33.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 725 of file core_cm35p.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 605 of file core_cm4.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 658 of file core_cm7.h.
| #define SCB_SHCSR_BUSFAULTACT_Msk (1UL << SCB_SHCSR_BUSFAULTACT_Pos) |
SCB SHCSR: BUSFAULTACT Mask
Definition at line 544 of file core_sc300.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 733 of file core_armv81mml.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 724 of file core_armv8mml.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 546 of file core_cm3.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 724 of file core_cm33.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 724 of file core_cm35p.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 604 of file core_cm4.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 657 of file core_cm7.h.
| #define SCB_SHCSR_BUSFAULTACT_Pos 1U |
SCB SHCSR: BUSFAULTACT Position
Definition at line 543 of file core_sc300.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 692 of file core_armv81mml.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 683 of file core_armv8mml.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 514 of file core_cm3.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 683 of file core_cm33.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 683 of file core_cm35p.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 572 of file core_cm4.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 625 of file core_cm7.h.
| #define SCB_SHCSR_BUSFAULTENA_Msk (1UL << SCB_SHCSR_BUSFAULTENA_Pos) |
SCB SHCSR: BUSFAULTENA Mask
Definition at line 511 of file core_sc300.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 691 of file core_armv81mml.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 682 of file core_armv8mml.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 513 of file core_cm3.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 682 of file core_cm33.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 682 of file core_cm35p.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 571 of file core_cm4.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 624 of file core_cm7.h.
| #define SCB_SHCSR_BUSFAULTENA_Pos 17U |
SCB SHCSR: BUSFAULTENA Position
Definition at line 510 of file core_sc300.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 701 of file core_armv81mml.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 692 of file core_armv8mml.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 523 of file core_cm3.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 692 of file core_cm33.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 692 of file core_cm35p.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 581 of file core_cm4.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 634 of file core_cm7.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Msk (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos) |
SCB SHCSR: BUSFAULTPENDED Mask
Definition at line 520 of file core_sc300.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 700 of file core_armv81mml.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 691 of file core_armv8mml.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 522 of file core_cm3.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 691 of file core_cm33.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 691 of file core_cm35p.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 580 of file core_cm4.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 633 of file core_cm7.h.
| #define SCB_SHCSR_BUSFAULTPENDED_Pos 14U |
SCB SHCSR: BUSFAULTPENDED Position
Definition at line 519 of file core_sc300.h.
| #define SCB_SHCSR_HARDFAULTACT_Msk (1UL << SCB_SHCSR_HARDFAULTACT_Pos) |
SCB SHCSR: HARDFAULTACT Mask
Definition at line 731 of file core_armv81mml.h.
| #define SCB_SHCSR_HARDFAULTACT_Msk (1UL << SCB_SHCSR_HARDFAULTACT_Pos) |
SCB SHCSR: HARDFAULTACT Mask
Definition at line 543 of file core_armv8mbl.h.
| #define SCB_SHCSR_HARDFAULTACT_Msk (1UL << SCB_SHCSR_HARDFAULTACT_Pos) |
SCB SHCSR: HARDFAULTACT Mask
Definition at line 722 of file core_armv8mml.h.
| #define SCB_SHCSR_HARDFAULTACT_Msk (1UL << SCB_SHCSR_HARDFAULTACT_Pos) |
SCB SHCSR: HARDFAULTACT Mask
Definition at line 543 of file core_cm23.h.
| #define SCB_SHCSR_HARDFAULTACT_Msk (1UL << SCB_SHCSR_HARDFAULTACT_Pos) |
SCB SHCSR: HARDFAULTACT Mask
Definition at line 722 of file core_cm33.h.
| #define SCB_SHCSR_HARDFAULTACT_Msk (1UL << SCB_SHCSR_HARDFAULTACT_Pos) |
SCB SHCSR: HARDFAULTACT Mask
Definition at line 722 of file core_cm35p.h.
| #define SCB_SHCSR_HARDFAULTACT_Pos 2U |
SCB SHCSR: HARDFAULTACT Position
Definition at line 730 of file core_armv81mml.h.
| #define SCB_SHCSR_HARDFAULTACT_Pos 2U |
SCB SHCSR: HARDFAULTACT Position
Definition at line 542 of file core_armv8mbl.h.
| #define SCB_SHCSR_HARDFAULTACT_Pos 2U |
SCB SHCSR: HARDFAULTACT Position
Definition at line 721 of file core_armv8mml.h.
| #define SCB_SHCSR_HARDFAULTACT_Pos 2U |
SCB SHCSR: HARDFAULTACT Position
Definition at line 542 of file core_cm23.h.
| #define SCB_SHCSR_HARDFAULTACT_Pos 2U |
SCB SHCSR: HARDFAULTACT Position
Definition at line 721 of file core_cm33.h.
| #define SCB_SHCSR_HARDFAULTACT_Pos 2U |
SCB SHCSR: HARDFAULTACT Position
Definition at line 721 of file core_cm35p.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Msk (1UL << SCB_SHCSR_HARDFAULTPENDED_Pos) |
SCB SHCSR: HARDFAULTPENDED Mask
Definition at line 680 of file core_armv81mml.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Msk (1UL << SCB_SHCSR_HARDFAULTPENDED_Pos) |
SCB SHCSR: HARDFAULTPENDED Mask
Definition at line 525 of file core_armv8mbl.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Msk (1UL << SCB_SHCSR_HARDFAULTPENDED_Pos) |
SCB SHCSR: HARDFAULTPENDED Mask
Definition at line 671 of file core_armv8mml.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Msk (1UL << SCB_SHCSR_HARDFAULTPENDED_Pos) |
SCB SHCSR: HARDFAULTPENDED Mask
Definition at line 525 of file core_cm23.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Msk (1UL << SCB_SHCSR_HARDFAULTPENDED_Pos) |
SCB SHCSR: HARDFAULTPENDED Mask
Definition at line 671 of file core_cm33.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Msk (1UL << SCB_SHCSR_HARDFAULTPENDED_Pos) |
SCB SHCSR: HARDFAULTPENDED Mask
Definition at line 671 of file core_cm35p.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Pos 21U |
SCB SHCSR: HARDFAULTPENDED Position
Definition at line 679 of file core_armv81mml.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Pos 21U |
SCB SHCSR: HARDFAULTPENDED Position
Definition at line 524 of file core_armv8mbl.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Pos 21U |
SCB SHCSR: HARDFAULTPENDED Position
Definition at line 670 of file core_armv8mml.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Pos 21U |
SCB SHCSR: HARDFAULTPENDED Position
Definition at line 524 of file core_cm23.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Pos 21U |
SCB SHCSR: HARDFAULTPENDED Position
Definition at line 670 of file core_cm33.h.
| #define SCB_SHCSR_HARDFAULTPENDED_Pos 21U |
SCB SHCSR: HARDFAULTPENDED Position
Definition at line 670 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 737 of file core_armv81mml.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 728 of file core_armv8mml.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 550 of file core_cm3.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 728 of file core_cm33.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 728 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 608 of file core_cm4.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 661 of file core_cm7.h.
| #define SCB_SHCSR_MEMFAULTACT_Msk (1UL /*<< SCB_SHCSR_MEMFAULTACT_Pos*/) |
SCB SHCSR: MEMFAULTACT Mask
Definition at line 547 of file core_sc300.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 736 of file core_armv81mml.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 727 of file core_armv8mml.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 549 of file core_cm3.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 727 of file core_cm33.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 727 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 607 of file core_cm4.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 660 of file core_cm7.h.
| #define SCB_SHCSR_MEMFAULTACT_Pos 0U |
SCB SHCSR: MEMFAULTACT Position
Definition at line 546 of file core_sc300.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 695 of file core_armv81mml.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 686 of file core_armv8mml.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 517 of file core_cm3.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 686 of file core_cm33.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 686 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 575 of file core_cm4.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 628 of file core_cm7.h.
| #define SCB_SHCSR_MEMFAULTENA_Msk (1UL << SCB_SHCSR_MEMFAULTENA_Pos) |
SCB SHCSR: MEMFAULTENA Mask
Definition at line 514 of file core_sc300.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 694 of file core_armv81mml.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 685 of file core_armv8mml.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 516 of file core_cm3.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 685 of file core_cm33.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 685 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 574 of file core_cm4.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 627 of file core_cm7.h.
| #define SCB_SHCSR_MEMFAULTENA_Pos 16U |
SCB SHCSR: MEMFAULTENA Position
Definition at line 513 of file core_sc300.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 704 of file core_armv81mml.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 695 of file core_armv8mml.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 526 of file core_cm3.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 695 of file core_cm33.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 695 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 584 of file core_cm4.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 637 of file core_cm7.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Msk (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos) |
SCB SHCSR: MEMFAULTPENDED Mask
Definition at line 523 of file core_sc300.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 703 of file core_armv81mml.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 694 of file core_armv8mml.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 525 of file core_cm3.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 694 of file core_cm33.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 694 of file core_cm35p.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 583 of file core_cm4.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 636 of file core_cm7.h.
| #define SCB_SHCSR_MEMFAULTPENDED_Pos 13U |
SCB SHCSR: MEMFAULTPENDED Position
Definition at line 522 of file core_sc300.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 716 of file core_armv81mml.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 707 of file core_armv8mml.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 538 of file core_cm3.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 707 of file core_cm33.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 707 of file core_cm35p.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 596 of file core_cm4.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 649 of file core_cm7.h.
| #define SCB_SHCSR_MONITORACT_Msk (1UL << SCB_SHCSR_MONITORACT_Pos) |
SCB SHCSR: MONITORACT Mask
Definition at line 535 of file core_sc300.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 715 of file core_armv81mml.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 706 of file core_armv8mml.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 537 of file core_cm3.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 706 of file core_cm33.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 706 of file core_cm35p.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 595 of file core_cm4.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 648 of file core_cm7.h.
| #define SCB_SHCSR_MONITORACT_Pos 8U |
SCB SHCSR: MONITORACT Position
Definition at line 534 of file core_sc300.h.
| #define SCB_SHCSR_NMIACT_Msk (1UL << SCB_SHCSR_NMIACT_Pos) |
SCB SHCSR: NMIACT Mask
Definition at line 722 of file core_armv81mml.h.
| #define SCB_SHCSR_NMIACT_Msk (1UL << SCB_SHCSR_NMIACT_Pos) |
SCB SHCSR: NMIACT Mask
Definition at line 540 of file core_armv8mbl.h.
| #define SCB_SHCSR_NMIACT_Msk (1UL << SCB_SHCSR_NMIACT_Pos) |
SCB SHCSR: NMIACT Mask
Definition at line 713 of file core_armv8mml.h.
| #define SCB_SHCSR_NMIACT_Msk (1UL << SCB_SHCSR_NMIACT_Pos) |
SCB SHCSR: NMIACT Mask
Definition at line 540 of file core_cm23.h.
| #define SCB_SHCSR_NMIACT_Msk (1UL << SCB_SHCSR_NMIACT_Pos) |
SCB SHCSR: NMIACT Mask
Definition at line 713 of file core_cm33.h.
| #define SCB_SHCSR_NMIACT_Msk (1UL << SCB_SHCSR_NMIACT_Pos) |
SCB SHCSR: NMIACT Mask
Definition at line 713 of file core_cm35p.h.
| #define SCB_SHCSR_NMIACT_Pos 5U |
SCB SHCSR: NMIACT Position
Definition at line 721 of file core_armv81mml.h.
| #define SCB_SHCSR_NMIACT_Pos 5U |
SCB SHCSR: NMIACT Position
Definition at line 539 of file core_armv8mbl.h.
| #define SCB_SHCSR_NMIACT_Pos 5U |
SCB SHCSR: NMIACT Position
Definition at line 712 of file core_armv8mml.h.
| #define SCB_SHCSR_NMIACT_Pos 5U |
SCB SHCSR: NMIACT Position
Definition at line 539 of file core_cm23.h.
| #define SCB_SHCSR_NMIACT_Pos 5U |
SCB SHCSR: NMIACT Position
Definition at line 712 of file core_cm33.h.
| #define SCB_SHCSR_NMIACT_Pos 5U |
SCB SHCSR: NMIACT Position
Definition at line 712 of file core_cm35p.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 713 of file core_armv81mml.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 534 of file core_armv8mbl.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 704 of file core_armv8mml.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 534 of file core_cm23.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 535 of file core_cm3.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 704 of file core_cm33.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 704 of file core_cm35p.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 593 of file core_cm4.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 646 of file core_cm7.h.
| #define SCB_SHCSR_PENDSVACT_Msk (1UL << SCB_SHCSR_PENDSVACT_Pos) |
SCB SHCSR: PENDSVACT Mask
Definition at line 532 of file core_sc300.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 712 of file core_armv81mml.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 533 of file core_armv8mbl.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 703 of file core_armv8mml.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 533 of file core_cm23.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 534 of file core_cm3.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 703 of file core_cm33.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 703 of file core_cm35p.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 592 of file core_cm4.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 645 of file core_cm7.h.
| #define SCB_SHCSR_PENDSVACT_Pos 10U |
SCB SHCSR: PENDSVACT Position
Definition at line 531 of file core_sc300.h.
| #define SCB_SHCSR_SECUREFAULTACT_Msk (1UL << SCB_SHCSR_SECUREFAULTACT_Pos) |
SCB SHCSR: SECUREFAULTACT Mask
Definition at line 725 of file core_armv81mml.h.
| #define SCB_SHCSR_SECUREFAULTACT_Msk (1UL << SCB_SHCSR_SECUREFAULTACT_Pos) |
SCB SHCSR: SECUREFAULTACT Mask
Definition at line 716 of file core_armv8mml.h.
| #define SCB_SHCSR_SECUREFAULTACT_Msk (1UL << SCB_SHCSR_SECUREFAULTACT_Pos) |
SCB SHCSR: SECUREFAULTACT Mask
Definition at line 716 of file core_cm33.h.
| #define SCB_SHCSR_SECUREFAULTACT_Msk (1UL << SCB_SHCSR_SECUREFAULTACT_Pos) |
SCB SHCSR: SECUREFAULTACT Mask
Definition at line 716 of file core_cm35p.h.
| #define SCB_SHCSR_SECUREFAULTACT_Pos 4U |
SCB SHCSR: SECUREFAULTACT Position
Definition at line 724 of file core_armv81mml.h.
| #define SCB_SHCSR_SECUREFAULTACT_Pos 4U |
SCB SHCSR: SECUREFAULTACT Position
Definition at line 715 of file core_armv8mml.h.
| #define SCB_SHCSR_SECUREFAULTACT_Pos 4U |
SCB SHCSR: SECUREFAULTACT Position
Definition at line 715 of file core_cm33.h.
| #define SCB_SHCSR_SECUREFAULTACT_Pos 4U |
SCB SHCSR: SECUREFAULTACT Position
Definition at line 715 of file core_cm35p.h.
| #define SCB_SHCSR_SECUREFAULTENA_Msk (1UL << SCB_SHCSR_SECUREFAULTENA_Pos) |
SCB SHCSR: SECUREFAULTENA Mask
Definition at line 686 of file core_armv81mml.h.
| #define SCB_SHCSR_SECUREFAULTENA_Msk (1UL << SCB_SHCSR_SECUREFAULTENA_Pos) |
SCB SHCSR: SECUREFAULTENA Mask
Definition at line 677 of file core_armv8mml.h.
| #define SCB_SHCSR_SECUREFAULTENA_Msk (1UL << SCB_SHCSR_SECUREFAULTENA_Pos) |
SCB SHCSR: SECUREFAULTENA Mask
Definition at line 677 of file core_cm33.h.
| #define SCB_SHCSR_SECUREFAULTENA_Msk (1UL << SCB_SHCSR_SECUREFAULTENA_Pos) |
SCB SHCSR: SECUREFAULTENA Mask
Definition at line 677 of file core_cm35p.h.
| #define SCB_SHCSR_SECUREFAULTENA_Pos 19U |
SCB SHCSR: SECUREFAULTENA Position
Definition at line 685 of file core_armv81mml.h.
| #define SCB_SHCSR_SECUREFAULTENA_Pos 19U |
SCB SHCSR: SECUREFAULTENA Position
Definition at line 676 of file core_armv8mml.h.
| #define SCB_SHCSR_SECUREFAULTENA_Pos 19U |
SCB SHCSR: SECUREFAULTENA Position
Definition at line 676 of file core_cm33.h.
| #define SCB_SHCSR_SECUREFAULTENA_Pos 19U |
SCB SHCSR: SECUREFAULTENA Position
Definition at line 676 of file core_cm35p.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Msk (1UL << SCB_SHCSR_SECUREFAULTPENDED_Pos) |
SCB SHCSR: SECUREFAULTPENDED Mask
Definition at line 683 of file core_armv81mml.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Msk (1UL << SCB_SHCSR_SECUREFAULTPENDED_Pos) |
SCB SHCSR: SECUREFAULTPENDED Mask
Definition at line 674 of file core_armv8mml.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Msk (1UL << SCB_SHCSR_SECUREFAULTPENDED_Pos) |
SCB SHCSR: SECUREFAULTPENDED Mask
Definition at line 674 of file core_cm33.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Msk (1UL << SCB_SHCSR_SECUREFAULTPENDED_Pos) |
SCB SHCSR: SECUREFAULTPENDED Mask
Definition at line 674 of file core_cm35p.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Pos 20U |
SCB SHCSR: SECUREFAULTPENDED Position
Definition at line 682 of file core_armv81mml.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Pos 20U |
SCB SHCSR: SECUREFAULTPENDED Position
Definition at line 673 of file core_armv8mml.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Pos 20U |
SCB SHCSR: SECUREFAULTPENDED Position
Definition at line 673 of file core_cm33.h.
| #define SCB_SHCSR_SECUREFAULTPENDED_Pos 20U |
SCB SHCSR: SECUREFAULTPENDED Position
Definition at line 673 of file core_cm35p.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 719 of file core_armv81mml.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 537 of file core_armv8mbl.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 710 of file core_armv8mml.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 537 of file core_cm23.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 541 of file core_cm3.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 710 of file core_cm33.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 710 of file core_cm35p.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 599 of file core_cm4.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 652 of file core_cm7.h.
| #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) |
SCB SHCSR: SVCALLACT Mask
Definition at line 538 of file core_sc300.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 718 of file core_armv81mml.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 536 of file core_armv8mbl.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 709 of file core_armv8mml.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 536 of file core_cm23.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 540 of file core_cm3.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 709 of file core_cm33.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 709 of file core_cm35p.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 598 of file core_cm4.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 651 of file core_cm7.h.
| #define SCB_SHCSR_SVCALLACT_Pos 7U |
SCB SHCSR: SVCALLACT Position
Definition at line 537 of file core_sc300.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 698 of file core_armv81mml.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 528 of file core_armv8mbl.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 689 of file core_armv8mml.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 433 of file core_cm0.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 457 of file core_cm0plus.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 433 of file core_cm1.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 528 of file core_cm23.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 520 of file core_cm3.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 689 of file core_cm33.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 689 of file core_cm35p.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 578 of file core_cm4.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 631 of file core_cm7.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 445 of file core_sc000.h.
| #define SCB_SHCSR_SVCALLPENDED_Msk (1UL << SCB_SHCSR_SVCALLPENDED_Pos) |
SCB SHCSR: SVCALLPENDED Mask
Definition at line 517 of file core_sc300.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 697 of file core_armv81mml.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 527 of file core_armv8mbl.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 688 of file core_armv8mml.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 432 of file core_cm0.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 456 of file core_cm0plus.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 432 of file core_cm1.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 527 of file core_cm23.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 519 of file core_cm3.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 688 of file core_cm33.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 688 of file core_cm35p.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 577 of file core_cm4.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 630 of file core_cm7.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 444 of file core_sc000.h.
| #define SCB_SHCSR_SVCALLPENDED_Pos 15U |
SCB SHCSR: SVCALLPENDED Position
Definition at line 516 of file core_sc300.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 710 of file core_armv81mml.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 531 of file core_armv8mbl.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 701 of file core_armv8mml.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 531 of file core_cm23.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 532 of file core_cm3.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 701 of file core_cm33.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 701 of file core_cm35p.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 590 of file core_cm4.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 643 of file core_cm7.h.
| #define SCB_SHCSR_SYSTICKACT_Msk (1UL << SCB_SHCSR_SYSTICKACT_Pos) |
SCB SHCSR: SYSTICKACT Mask
Definition at line 529 of file core_sc300.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 709 of file core_armv81mml.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 530 of file core_armv8mbl.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 700 of file core_armv8mml.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 530 of file core_cm23.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 531 of file core_cm3.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 700 of file core_cm33.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 700 of file core_cm35p.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 589 of file core_cm4.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 642 of file core_cm7.h.
| #define SCB_SHCSR_SYSTICKACT_Pos 11U |
SCB SHCSR: SYSTICKACT Position
Definition at line 528 of file core_sc300.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 728 of file core_armv81mml.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 719 of file core_armv8mml.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 544 of file core_cm3.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 719 of file core_cm33.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 719 of file core_cm35p.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 602 of file core_cm4.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 655 of file core_cm7.h.
| #define SCB_SHCSR_USGFAULTACT_Msk (1UL << SCB_SHCSR_USGFAULTACT_Pos) |
SCB SHCSR: USGFAULTACT Mask
Definition at line 541 of file core_sc300.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 727 of file core_armv81mml.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 718 of file core_armv8mml.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 543 of file core_cm3.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 718 of file core_cm33.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 718 of file core_cm35p.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 601 of file core_cm4.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 654 of file core_cm7.h.
| #define SCB_SHCSR_USGFAULTACT_Pos 3U |
SCB SHCSR: USGFAULTACT Position
Definition at line 540 of file core_sc300.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 689 of file core_armv81mml.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 680 of file core_armv8mml.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 511 of file core_cm3.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 680 of file core_cm33.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 680 of file core_cm35p.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 569 of file core_cm4.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 622 of file core_cm7.h.
| #define SCB_SHCSR_USGFAULTENA_Msk (1UL << SCB_SHCSR_USGFAULTENA_Pos) |
SCB SHCSR: USGFAULTENA Mask
Definition at line 508 of file core_sc300.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 688 of file core_armv81mml.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 679 of file core_armv8mml.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 510 of file core_cm3.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 679 of file core_cm33.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 679 of file core_cm35p.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 568 of file core_cm4.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 621 of file core_cm7.h.
| #define SCB_SHCSR_USGFAULTENA_Pos 18U |
SCB SHCSR: USGFAULTENA Position
Definition at line 507 of file core_sc300.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 707 of file core_armv81mml.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 698 of file core_armv8mml.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 529 of file core_cm3.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 698 of file core_cm33.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 698 of file core_cm35p.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 587 of file core_cm4.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 640 of file core_cm7.h.
| #define SCB_SHCSR_USGFAULTPENDED_Msk (1UL << SCB_SHCSR_USGFAULTPENDED_Pos) |
SCB SHCSR: USGFAULTPENDED Mask
Definition at line 526 of file core_sc300.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 706 of file core_armv81mml.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 697 of file core_armv8mml.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 528 of file core_cm3.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 697 of file core_cm33.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 697 of file core_cm35p.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 586 of file core_cm4.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 639 of file core_cm7.h.
| #define SCB_SHCSR_USGFAULTPENDED_Pos 12U |
SCB SHCSR: USGFAULTPENDED Position
Definition at line 525 of file core_sc300.h.
| #define SCB_STIR_INTID_Msk (0x1FFUL /*<< SCB_STIR_INTID_Pos*/) |
SCB STIR: INTID Mask
Definition at line 902 of file core_armv81mml.h.
| #define SCB_STIR_INTID_Msk (0x1FFUL /*<< SCB_STIR_INTID_Pos*/) |
SCB STIR: INTID Mask
Definition at line 893 of file core_armv8mml.h.
| #define SCB_STIR_INTID_Msk (0x1FFUL /*<< SCB_STIR_INTID_Pos*/) |
SCB STIR: INTID Mask
Definition at line 893 of file core_cm33.h.
| #define SCB_STIR_INTID_Msk (0x1FFUL /*<< SCB_STIR_INTID_Pos*/) |
SCB STIR: INTID Mask
Definition at line 893 of file core_cm35p.h.
| #define SCB_STIR_INTID_Msk (0x1FFUL /*<< SCB_STIR_INTID_Pos*/) |
SCB STIR: INTID Mask
Definition at line 813 of file core_cm7.h.
| #define SCB_STIR_INTID_Pos 0U |
SCB STIR: INTID Position
Definition at line 901 of file core_armv81mml.h.
| #define SCB_STIR_INTID_Pos 0U |
SCB STIR: INTID Position
Definition at line 892 of file core_armv8mml.h.
| #define SCB_STIR_INTID_Pos 0U |
SCB STIR: INTID Position
Definition at line 892 of file core_cm33.h.
| #define SCB_STIR_INTID_Pos 0U |
SCB STIR: INTID Position
Definition at line 892 of file core_cm35p.h.
| #define SCB_STIR_INTID_Pos 0U |
SCB STIR: INTID Position
Definition at line 812 of file core_cm7.h.
| #define SCB_VTOR_TBLBASE_Msk (1UL << SCB_VTOR_TBLBASE_Pos) |
SCB VTOR: TBLBASE Mask
Definition at line 450 of file core_sc300.h.
| #define SCB_VTOR_TBLBASE_Pos 29U |
SCB VTOR: TBLBASE Position
Definition at line 449 of file core_sc300.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 610 of file core_armv81mml.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 601 of file core_armv8mml.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 455 of file core_cm3.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 601 of file core_cm33.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 601 of file core_cm35p.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 514 of file core_cm4.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 558 of file core_cm7.h.
| #define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 408 of file core_sc000.h.
| #define SCB_VTOR_TBLOFF_Msk (0x3FFFFFUL << SCB_VTOR_TBLOFF_Pos) |
SCB VTOR: TBLOFF Mask
Definition at line 453 of file core_sc300.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 609 of file core_armv81mml.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 600 of file core_armv8mml.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 454 of file core_cm3.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 600 of file core_cm33.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 600 of file core_cm35p.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 513 of file core_cm4.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 557 of file core_cm7.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 407 of file core_sc000.h.
| #define SCB_VTOR_TBLOFF_Pos 7U |
SCB VTOR: TBLOFF Position
Definition at line 452 of file core_sc300.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 2043 of file core_armv81mml.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1887 of file core_armv8mml.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 565 of file core_cm1.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1384 of file core_cm3.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1962 of file core_cm33.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1962 of file core_cm35p.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1554 of file core_cm4.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1777 of file core_cm7.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 662 of file core_sc000.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1367 of file core_sc300.h.
| #define SCnSCB_ACTLR_DISDEFWBUF_Msk (1UL << SCnSCB_ACTLR_DISDEFWBUF_Pos) |
ACTLR: DISDEFWBUF Mask
Definition at line 741 of file core_cm4.h.
| #define SCnSCB_ACTLR_DISDEFWBUF_Msk (1UL << SCnSCB_ACTLR_DISDEFWBUF_Pos) |
ACTLR: DISDEFWBUF Mask
Definition at line 668 of file core_sc300.h.
| #define SCnSCB_ACTLR_DISDEFWBUF_Pos 1U |
ACTLR: DISDEFWBUF Position
Definition at line 740 of file core_cm4.h.
| #define SCnSCB_ACTLR_DISDEFWBUF_Pos 1U |
ACTLR: DISDEFWBUF Position
Definition at line 667 of file core_sc300.h.
| #define SCnSCB_ACTLR_DISFOLD_Msk (1UL << SCnSCB_ACTLR_DISFOLD_Pos) |
ACTLR: DISFOLD Mask
Definition at line 738 of file core_cm4.h.
| #define SCnSCB_ACTLR_DISFOLD_Msk (1UL << SCnSCB_ACTLR_DISFOLD_Pos) |
ACTLR: DISFOLD Mask
Definition at line 961 of file core_cm7.h.
| #define SCnSCB_ACTLR_DISFOLD_Msk (1UL << SCnSCB_ACTLR_DISFOLD_Pos) |
ACTLR: DISFOLD Mask
Definition at line 665 of file core_sc300.h.
| #define SCnSCB_ACTLR_DISFOLD_Pos 2U |
ACTLR: DISFOLD Position
Definition at line 737 of file core_cm4.h.
| #define SCnSCB_ACTLR_DISFOLD_Pos 2U |
ACTLR: DISFOLD Position
Definition at line 960 of file core_cm7.h.
| #define SCnSCB_ACTLR_DISFOLD_Pos 2U |
ACTLR: DISFOLD Position
Definition at line 664 of file core_sc300.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Msk (1UL /*<< SCnSCB_ACTLR_DISMCYCINT_Pos*/) |
ACTLR: DISMCYCINT Mask
Definition at line 744 of file core_cm4.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Msk (1UL /*<< SCnSCB_ACTLR_DISMCYCINT_Pos*/) |
ACTLR: DISMCYCINT Mask
Definition at line 964 of file core_cm7.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Msk (1UL /*<< SCnSCB_ACTLR_DISMCYCINT_Pos*/) |
ACTLR: DISMCYCINT Mask
Definition at line 468 of file core_sc000.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Msk (1UL /*<< SCnSCB_ACTLR_DISMCYCINT_Pos*/) |
ACTLR: DISMCYCINT Mask
Definition at line 671 of file core_sc300.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Pos 0U |
ACTLR: DISMCYCINT Position
Definition at line 743 of file core_cm4.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Pos 0U |
ACTLR: DISMCYCINT Position
Definition at line 963 of file core_cm7.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Pos 0U |
ACTLR: DISMCYCINT Position
Definition at line 467 of file core_sc000.h.
| #define SCnSCB_ACTLR_DISMCYCINT_Pos 0U |
ACTLR: DISMCYCINT Position
Definition at line 670 of file core_sc300.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 1020 of file core_armv81mml.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 939 of file core_armv8mml.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 668 of file core_cm3.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 939 of file core_cm33.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 939 of file core_cm35p.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 728 of file core_cm4.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 930 of file core_cm7.h.
| #define SCnSCB_ICTR_INTLINESNUM_Msk (0xFUL /*<< SCnSCB_ICTR_INTLINESNUM_Pos*/) |
ICTR: INTLINESNUM Mask
Definition at line 661 of file core_sc300.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 1019 of file core_armv81mml.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 938 of file core_armv8mml.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 667 of file core_cm3.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 938 of file core_cm33.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 938 of file core_cm35p.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 727 of file core_cm4.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 929 of file core_cm7.h.
| #define SCnSCB_ICTR_INTLINESNUM_Pos 0U |
ICTR: INTLINESNUM Position
Definition at line 660 of file core_sc300.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 2034 of file core_armv81mml.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1113 of file core_armv8mbl.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1878 of file core_armv8mml.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 534 of file core_cm0.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 648 of file core_cm0plus.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 560 of file core_cm1.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1188 of file core_cm23.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1375 of file core_cm3.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1953 of file core_cm33.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1953 of file core_cm35p.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1545 of file core_cm4.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1768 of file core_cm7.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 657 of file core_sc000.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1358 of file core_sc300.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 2045 of file core_armv81mml.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1123 of file core_armv8mbl.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1889 of file core_armv8mml.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 540 of file core_cm0.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 654 of file core_cm0plus.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 567 of file core_cm1.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1198 of file core_cm23.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1386 of file core_cm3.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1964 of file core_cm33.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1964 of file core_cm35p.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1556 of file core_cm4.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1779 of file core_cm7.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 664 of file core_sc000.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1369 of file core_sc300.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 2039 of file core_armv81mml.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1117 of file core_armv8mbl.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1883 of file core_armv8mml.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 535 of file core_cm0.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 649 of file core_cm0plus.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 561 of file core_cm1.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1192 of file core_cm23.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1380 of file core_cm3.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1958 of file core_cm33.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1958 of file core_cm35p.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1550 of file core_cm4.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1773 of file core_cm7.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 658 of file core_sc000.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1363 of file core_sc300.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 1066 of file core_armv81mml.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 589 of file core_armv8mbl.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 985 of file core_armv8mml.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 479 of file core_cm0.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 503 of file core_cm0plus.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 505 of file core_cm1.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 589 of file core_cm23.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 732 of file core_cm3.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 985 of file core_cm33.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 985 of file core_cm35p.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 790 of file core_cm4.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 1010 of file core_cm7.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 514 of file core_sc000.h.
| #define SysTick_CALIB_NOREF_Msk (1UL << SysTick_CALIB_NOREF_Pos) |
SysTick CALIB: NOREF Mask
Definition at line 717 of file core_sc300.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 1065 of file core_armv81mml.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 588 of file core_armv8mbl.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 984 of file core_armv8mml.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 478 of file core_cm0.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 502 of file core_cm0plus.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 504 of file core_cm1.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 588 of file core_cm23.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 731 of file core_cm3.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 984 of file core_cm33.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 984 of file core_cm35p.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 789 of file core_cm4.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 1009 of file core_cm7.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 513 of file core_sc000.h.
| #define SysTick_CALIB_NOREF_Pos 31U |
SysTick CALIB: NOREF Position
Definition at line 716 of file core_sc300.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 1069 of file core_armv81mml.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 592 of file core_armv8mbl.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 988 of file core_armv8mml.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 482 of file core_cm0.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 506 of file core_cm0plus.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 508 of file core_cm1.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 592 of file core_cm23.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 735 of file core_cm3.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 988 of file core_cm33.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 988 of file core_cm35p.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 793 of file core_cm4.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 1013 of file core_cm7.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 517 of file core_sc000.h.
| #define SysTick_CALIB_SKEW_Msk (1UL << SysTick_CALIB_SKEW_Pos) |
SysTick CALIB: SKEW Mask
Definition at line 720 of file core_sc300.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 1068 of file core_armv81mml.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 591 of file core_armv8mbl.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 987 of file core_armv8mml.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 481 of file core_cm0.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 505 of file core_cm0plus.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 507 of file core_cm1.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 591 of file core_cm23.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 734 of file core_cm3.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 987 of file core_cm33.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 987 of file core_cm35p.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 792 of file core_cm4.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 1012 of file core_cm7.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 516 of file core_sc000.h.
| #define SysTick_CALIB_SKEW_Pos 30U |
SysTick CALIB: SKEW Position
Definition at line 719 of file core_sc300.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 1072 of file core_armv81mml.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 595 of file core_armv8mbl.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 991 of file core_armv8mml.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 485 of file core_cm0.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 509 of file core_cm0plus.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 511 of file core_cm1.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 595 of file core_cm23.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 738 of file core_cm3.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 991 of file core_cm33.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 991 of file core_cm35p.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 796 of file core_cm4.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 1016 of file core_cm7.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 520 of file core_sc000.h.
| #define SysTick_CALIB_TENMS_Msk (0xFFFFFFUL /*<< SysTick_CALIB_TENMS_Pos*/) |
SysTick CALIB: TENMS Mask
Definition at line 723 of file core_sc300.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 1071 of file core_armv81mml.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 594 of file core_armv8mbl.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 990 of file core_armv8mml.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 484 of file core_cm0.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 508 of file core_cm0plus.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 510 of file core_cm1.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 594 of file core_cm23.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 737 of file core_cm3.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 990 of file core_cm33.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 990 of file core_cm35p.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 795 of file core_cm4.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 1015 of file core_cm7.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 519 of file core_sc000.h.
| #define SysTick_CALIB_TENMS_Pos 0U |
SysTick CALIB: TENMS Position
Definition at line 722 of file core_sc300.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 1048 of file core_armv81mml.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 571 of file core_armv8mbl.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 967 of file core_armv8mml.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 461 of file core_cm0.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 485 of file core_cm0plus.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 487 of file core_cm1.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 571 of file core_cm23.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 714 of file core_cm3.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 967 of file core_cm33.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 967 of file core_cm35p.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 772 of file core_cm4.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 992 of file core_cm7.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 496 of file core_sc000.h.
| #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) |
SysTick CTRL: CLKSOURCE Mask
Definition at line 699 of file core_sc300.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 1047 of file core_armv81mml.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 570 of file core_armv8mbl.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 966 of file core_armv8mml.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 460 of file core_cm0.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 484 of file core_cm0plus.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 486 of file core_cm1.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 570 of file core_cm23.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 713 of file core_cm3.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 966 of file core_cm33.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 966 of file core_cm35p.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 771 of file core_cm4.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 991 of file core_cm7.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 495 of file core_sc000.h.
| #define SysTick_CTRL_CLKSOURCE_Pos 2U |
SysTick CTRL: CLKSOURCE Position
Definition at line 698 of file core_sc300.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 1045 of file core_armv81mml.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 568 of file core_armv8mbl.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 964 of file core_armv8mml.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 458 of file core_cm0.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 482 of file core_cm0plus.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 484 of file core_cm1.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 568 of file core_cm23.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 711 of file core_cm3.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 964 of file core_cm33.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 964 of file core_cm35p.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 769 of file core_cm4.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 989 of file core_cm7.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 493 of file core_sc000.h.
| #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) |
SysTick CTRL: COUNTFLAG Mask
Definition at line 696 of file core_sc300.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 1044 of file core_armv81mml.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 567 of file core_armv8mbl.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 963 of file core_armv8mml.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 457 of file core_cm0.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 481 of file core_cm0plus.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 483 of file core_cm1.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 567 of file core_cm23.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 710 of file core_cm3.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 963 of file core_cm33.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 963 of file core_cm35p.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 768 of file core_cm4.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 988 of file core_cm7.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 492 of file core_sc000.h.
| #define SysTick_CTRL_COUNTFLAG_Pos 16U |
SysTick CTRL: COUNTFLAG Position
Definition at line 695 of file core_sc300.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 1054 of file core_armv81mml.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 577 of file core_armv8mbl.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 973 of file core_armv8mml.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 467 of file core_cm0.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 491 of file core_cm0plus.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 493 of file core_cm1.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 577 of file core_cm23.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 720 of file core_cm3.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 973 of file core_cm33.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 973 of file core_cm35p.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 778 of file core_cm4.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 998 of file core_cm7.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 502 of file core_sc000.h.
| #define SysTick_CTRL_ENABLE_Msk (1UL /*<< SysTick_CTRL_ENABLE_Pos*/) |
SysTick CTRL: ENABLE Mask
Definition at line 705 of file core_sc300.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 1053 of file core_armv81mml.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 576 of file core_armv8mbl.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 972 of file core_armv8mml.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 466 of file core_cm0.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 490 of file core_cm0plus.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 492 of file core_cm1.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 576 of file core_cm23.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 719 of file core_cm3.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 972 of file core_cm33.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 972 of file core_cm35p.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 777 of file core_cm4.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 997 of file core_cm7.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 501 of file core_sc000.h.
| #define SysTick_CTRL_ENABLE_Pos 0U |
SysTick CTRL: ENABLE Position
Definition at line 704 of file core_sc300.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 1051 of file core_armv81mml.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 574 of file core_armv8mbl.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 970 of file core_armv8mml.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 464 of file core_cm0.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 488 of file core_cm0plus.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 490 of file core_cm1.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 574 of file core_cm23.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 717 of file core_cm3.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 970 of file core_cm33.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 970 of file core_cm35p.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 775 of file core_cm4.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 995 of file core_cm7.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 499 of file core_sc000.h.
| #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) |
SysTick CTRL: TICKINT Mask
Definition at line 702 of file core_sc300.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 1050 of file core_armv81mml.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 573 of file core_armv8mbl.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 969 of file core_armv8mml.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 463 of file core_cm0.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 487 of file core_cm0plus.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 489 of file core_cm1.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 573 of file core_cm23.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 716 of file core_cm3.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 969 of file core_cm33.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 969 of file core_cm35p.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 774 of file core_cm4.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 994 of file core_cm7.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 498 of file core_sc000.h.
| #define SysTick_CTRL_TICKINT_Pos 1U |
SysTick CTRL: TICKINT Position
Definition at line 701 of file core_sc300.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 1058 of file core_armv81mml.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 581 of file core_armv8mbl.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 977 of file core_armv8mml.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 471 of file core_cm0.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 495 of file core_cm0plus.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 497 of file core_cm1.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 581 of file core_cm23.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 724 of file core_cm3.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 977 of file core_cm33.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 977 of file core_cm35p.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 782 of file core_cm4.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 1002 of file core_cm7.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 506 of file core_sc000.h.
| #define SysTick_LOAD_RELOAD_Msk (0xFFFFFFUL /*<< SysTick_LOAD_RELOAD_Pos*/) |
SysTick LOAD: RELOAD Mask
Definition at line 709 of file core_sc300.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 1057 of file core_armv81mml.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 580 of file core_armv8mbl.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 976 of file core_armv8mml.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 470 of file core_cm0.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 494 of file core_cm0plus.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 496 of file core_cm1.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 580 of file core_cm23.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 723 of file core_cm3.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 976 of file core_cm33.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 976 of file core_cm35p.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 781 of file core_cm4.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 1001 of file core_cm7.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 505 of file core_sc000.h.
| #define SysTick_LOAD_RELOAD_Pos 0U |
SysTick LOAD: RELOAD Position
Definition at line 708 of file core_sc300.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 1062 of file core_armv81mml.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 585 of file core_armv8mbl.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 981 of file core_armv8mml.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 475 of file core_cm0.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 499 of file core_cm0plus.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 501 of file core_cm1.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 585 of file core_cm23.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 728 of file core_cm3.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 981 of file core_cm33.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 981 of file core_cm35p.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 786 of file core_cm4.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 1006 of file core_cm7.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 510 of file core_sc000.h.
| #define SysTick_VAL_CURRENT_Msk (0xFFFFFFUL /*<< SysTick_VAL_CURRENT_Pos*/) |
SysTick VAL: CURRENT Mask
Definition at line 713 of file core_sc300.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 1061 of file core_armv81mml.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 584 of file core_armv8mbl.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 980 of file core_armv8mml.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 474 of file core_cm0.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 498 of file core_cm0plus.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 500 of file core_cm1.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 584 of file core_cm23.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 727 of file core_cm3.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 980 of file core_cm33.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 980 of file core_cm35p.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 785 of file core_cm4.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 1005 of file core_cm7.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 509 of file core_sc000.h.
| #define SysTick_VAL_CURRENT_Pos 0U |
SysTick VAL: CURRENT Position
Definition at line 712 of file core_sc300.h.
TPI configuration struct
Definition at line 2049 of file core_armv81mml.h.
TPI configuration struct
Definition at line 1126 of file core_armv8mbl.h.
TPI configuration struct
Definition at line 1893 of file core_armv8mml.h.
TPI configuration struct
Definition at line 1201 of file core_cm23.h.
TPI configuration struct
Definition at line 1390 of file core_cm3.h.
TPI configuration struct
Definition at line 1968 of file core_cm33.h.
TPI configuration struct
Definition at line 1968 of file core_cm35p.h.
TPI configuration struct
Definition at line 1560 of file core_cm4.h.
TPI configuration struct
Definition at line 1783 of file core_cm7.h.
TPI configuration struct
Definition at line 1373 of file core_sc300.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1418 of file core_armv81mml.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 755 of file core_cm23.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1018 of file core_cm3.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1322 of file core_cm33.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1322 of file core_cm35p.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1076 of file core_cm4.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1299 of file core_cm7.h.
| #define TPI_ACPR_PRESCALER_Msk (0x1FFFUL /*<< TPI_ACPR_PRESCALER_Pos*/) |
TPI ACPR: PRESCALER Mask
Definition at line 1003 of file core_sc300.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1417 of file core_armv81mml.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 754 of file core_cm23.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1017 of file core_cm3.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1321 of file core_cm33.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1321 of file core_cm35p.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1075 of file core_cm4.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1298 of file core_cm7.h.
| #define TPI_ACPR_PRESCALER_Pos 0U |
TPI ACPR: PRESCALER Position
Definition at line 1002 of file core_sc300.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 2037 of file core_armv81mml.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1115 of file core_armv8mbl.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1881 of file core_armv8mml.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1190 of file core_cm23.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1378 of file core_cm3.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1956 of file core_cm33.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1956 of file core_cm35p.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1548 of file core_cm4.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1771 of file core_cm7.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1361 of file core_sc300.h.
| #define TPI_DEVID_AsynClkIn_Msk (0x1UL << TPI_DEVID_AsynClkIn_Pos) |
TPI DEVID: AsynClkIn Mask
Definition at line 1518 of file core_armv81mml.h.
| #define TPI_DEVID_AsynClkIn_Msk (0x1UL << TPI_DEVID_AsynClkIn_Pos) |
TPI DEVID: AsynClkIn Mask
Definition at line 1124 of file core_cm3.h.
| #define TPI_DEVID_AsynClkIn_Msk (0x1UL << TPI_DEVID_AsynClkIn_Pos) |
TPI DEVID: AsynClkIn Mask
Definition at line 1182 of file core_cm4.h.
| #define TPI_DEVID_AsynClkIn_Msk (0x1UL << TPI_DEVID_AsynClkIn_Pos) |
TPI DEVID: AsynClkIn Mask
Definition at line 1405 of file core_cm7.h.
| #define TPI_DEVID_AsynClkIn_Msk (0x1UL << TPI_DEVID_AsynClkIn_Pos) |
TPI DEVID: AsynClkIn Mask
Definition at line 1109 of file core_sc300.h.
| #define TPI_DEVID_AsynClkIn_Pos 5U |
TPI DEVID: AsynClkIn Position
Definition at line 1517 of file core_armv81mml.h.
| #define TPI_DEVID_AsynClkIn_Pos 5U |
TPI DEVID: AsynClkIn Position
Definition at line 1123 of file core_cm3.h.
| #define TPI_DEVID_AsynClkIn_Pos 5U |
TPI DEVID: AsynClkIn Position
Definition at line 1181 of file core_cm4.h.
| #define TPI_DEVID_AsynClkIn_Pos 5U |
TPI DEVID: AsynClkIn Position
Definition at line 1404 of file core_cm7.h.
| #define TPI_DEVID_AsynClkIn_Pos 5U |
TPI DEVID: AsynClkIn Position
Definition at line 1108 of file core_sc300.h.
| #define TPI_DEVID_FIFOSZ_Msk (0x7UL << TPI_DEVID_FIFOSZ_Pos) |
| #define TPI_DEVID_FIFOSZ_Msk (0x7UL << TPI_DEVID_FIFOSZ_Pos) |
| #define TPI_DEVID_FIFOSZ_Msk (0x7UL << TPI_DEVID_FIFOSZ_Pos) |
TPI DEVID: FIFOSZ Mask
Definition at line 873 of file core_cm23.h.
| #define TPI_DEVID_FIFOSZ_Msk (0x7UL << TPI_DEVID_FIFOSZ_Pos) |
TPI DEVID: FIFOSZ Mask
Definition at line 1440 of file core_cm33.h.
| #define TPI_DEVID_FIFOSZ_Msk (0x7UL << TPI_DEVID_FIFOSZ_Pos) |
TPI DEVID: FIFOSZ Mask
Definition at line 1440 of file core_cm35p.h.
| #define TPI_DEVID_FIFOSZ_Pos 6U |
TPI DEVID: FIFO depth Position
TPI DEVID: FIFOSZ Position
Definition at line 800 of file core_armv8mbl.h.
| #define TPI_DEVID_FIFOSZ_Pos 6U |
TPI DEVID: FIFO depth Position
TPI DEVID: FIFOSZ Position
Definition at line 1367 of file core_armv8mml.h.
| #define TPI_DEVID_FIFOSZ_Pos 6U |
TPI DEVID: FIFOSZ Position
Definition at line 872 of file core_cm23.h.
| #define TPI_DEVID_FIFOSZ_Pos 6U |
TPI DEVID: FIFOSZ Position
Definition at line 1439 of file core_cm33.h.
| #define TPI_DEVID_FIFOSZ_Pos 6U |
TPI DEVID: FIFOSZ Position
Definition at line 1439 of file core_cm35p.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1509 of file core_armv81mml.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 795 of file core_armv8mbl.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1362 of file core_armv8mml.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 867 of file core_cm23.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1115 of file core_cm3.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1434 of file core_cm33.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1434 of file core_cm35p.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1173 of file core_cm4.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1396 of file core_cm7.h.
| #define TPI_DEVID_MANCVALID_Msk (0x1UL << TPI_DEVID_MANCVALID_Pos) |
TPI DEVID: MANCVALID Mask
Definition at line 1100 of file core_sc300.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1508 of file core_armv81mml.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 794 of file core_armv8mbl.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1361 of file core_armv8mml.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 866 of file core_cm23.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1114 of file core_cm3.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1433 of file core_cm33.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1433 of file core_cm35p.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1172 of file core_cm4.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1395 of file core_cm7.h.
| #define TPI_DEVID_MANCVALID_Pos 10U |
TPI DEVID: MANCVALID Position
Definition at line 1099 of file core_sc300.h.
| #define TPI_DEVID_MinBufSz_Msk (0x7UL << TPI_DEVID_MinBufSz_Pos) |
TPI DEVID: MinBufSz Mask
Definition at line 1515 of file core_armv81mml.h.
| #define TPI_DEVID_MinBufSz_Msk (0x7UL << TPI_DEVID_MinBufSz_Pos) |
TPI DEVID: MinBufSz Mask
Definition at line 1121 of file core_cm3.h.
| #define TPI_DEVID_MinBufSz_Msk (0x7UL << TPI_DEVID_MinBufSz_Pos) |
TPI DEVID: MinBufSz Mask
Definition at line 1179 of file core_cm4.h.
| #define TPI_DEVID_MinBufSz_Msk (0x7UL << TPI_DEVID_MinBufSz_Pos) |
TPI DEVID: MinBufSz Mask
Definition at line 1402 of file core_cm7.h.
| #define TPI_DEVID_MinBufSz_Msk (0x7UL << TPI_DEVID_MinBufSz_Pos) |
TPI DEVID: MinBufSz Mask
Definition at line 1106 of file core_sc300.h.
| #define TPI_DEVID_MinBufSz_Pos 6U |
TPI DEVID: MinBufSz Position
Definition at line 1514 of file core_armv81mml.h.
| #define TPI_DEVID_MinBufSz_Pos 6U |
TPI DEVID: MinBufSz Position
Definition at line 1120 of file core_cm3.h.
| #define TPI_DEVID_MinBufSz_Pos 6U |
TPI DEVID: MinBufSz Position
Definition at line 1178 of file core_cm4.h.
| #define TPI_DEVID_MinBufSz_Pos 6U |
TPI DEVID: MinBufSz Position
Definition at line 1401 of file core_cm7.h.
| #define TPI_DEVID_MinBufSz_Pos 6U |
TPI DEVID: MinBufSz Position
Definition at line 1105 of file core_sc300.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x1FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1521 of file core_armv81mml.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x3FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 876 of file core_cm23.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x1FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1127 of file core_cm3.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x3FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1443 of file core_cm33.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x3FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1443 of file core_cm35p.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x1FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1185 of file core_cm4.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x1FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1408 of file core_cm7.h.
| #define TPI_DEVID_NrTraceInput_Msk (0x1FUL /*<< TPI_DEVID_NrTraceInput_Pos*/) |
TPI DEVID: NrTraceInput Mask
Definition at line 1112 of file core_sc300.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1520 of file core_armv81mml.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 875 of file core_cm23.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1126 of file core_cm3.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1442 of file core_cm33.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1442 of file core_cm35p.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1184 of file core_cm4.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1407 of file core_cm7.h.
| #define TPI_DEVID_NrTraceInput_Pos 0U |
TPI DEVID: NrTraceInput Position
Definition at line 1111 of file core_sc300.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1506 of file core_armv81mml.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 792 of file core_armv8mbl.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1359 of file core_armv8mml.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 864 of file core_cm23.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1112 of file core_cm3.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1431 of file core_cm33.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1431 of file core_cm35p.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1170 of file core_cm4.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1393 of file core_cm7.h.
| #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) |
TPI DEVID: NRZVALID Mask
Definition at line 1097 of file core_sc300.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1505 of file core_armv81mml.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 791 of file core_armv8mbl.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1358 of file core_armv8mml.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 863 of file core_cm23.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1111 of file core_cm3.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1430 of file core_cm33.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1430 of file core_cm35p.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1169 of file core_cm4.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1392 of file core_cm7.h.
| #define TPI_DEVID_NRZVALID_Pos 11U |
TPI DEVID: NRZVALID Position
Definition at line 1096 of file core_sc300.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1512 of file core_armv81mml.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 798 of file core_armv8mbl.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1365 of file core_armv8mml.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 870 of file core_cm23.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1118 of file core_cm3.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1437 of file core_cm33.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1437 of file core_cm35p.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1176 of file core_cm4.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1399 of file core_cm7.h.
| #define TPI_DEVID_PTINVALID_Msk (0x1UL << TPI_DEVID_PTINVALID_Pos) |
TPI DEVID: PTINVALID Mask
Definition at line 1103 of file core_sc300.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1511 of file core_armv81mml.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 797 of file core_armv8mbl.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1364 of file core_armv8mml.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 869 of file core_cm23.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1117 of file core_cm3.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1436 of file core_cm33.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1436 of file core_cm35p.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1175 of file core_cm4.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1398 of file core_cm7.h.
| #define TPI_DEVID_PTINVALID_Pos 9U |
TPI DEVID: PTINVALID Position
Definition at line 1102 of file core_sc300.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1525 of file core_armv81mml.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 808 of file core_armv8mbl.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1375 of file core_armv8mml.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 883 of file core_cm23.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1134 of file core_cm3.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1450 of file core_cm33.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1450 of file core_cm35p.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1192 of file core_cm4.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1415 of file core_cm7.h.
| #define TPI_DEVTYPE_MajorType_Msk (0xFUL << TPI_DEVTYPE_MajorType_Pos) |
TPI DEVTYPE: MajorType Mask
Definition at line 1119 of file core_sc300.h.
| #define TPI_DEVTYPE_MajorType_Pos 4U |
TPI DEVTYPE: MajorType Position
Definition at line 1524 of file core_armv81mml.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 807 of file core_armv8mbl.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1374 of file core_armv8mml.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 882 of file core_cm23.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1133 of file core_cm3.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1449 of file core_cm33.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1449 of file core_cm35p.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1191 of file core_cm4.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1414 of file core_cm7.h.
| #define TPI_DEVTYPE_MajorType_Pos 0U |
TPI DEVTYPE: MajorType Position
Definition at line 1118 of file core_sc300.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1528 of file core_armv81mml.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 805 of file core_armv8mbl.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1372 of file core_armv8mml.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 880 of file core_cm23.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1131 of file core_cm3.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1447 of file core_cm33.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1447 of file core_cm35p.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1189 of file core_cm4.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1412 of file core_cm7.h.
| #define TPI_DEVTYPE_SubType_Msk (0xFUL /*<< TPI_DEVTYPE_SubType_Pos*/) |
TPI DEVTYPE: SubType Mask
Definition at line 1116 of file core_sc300.h.
| #define TPI_DEVTYPE_SubType_Pos 0U |
TPI DEVTYPE: SubType Position
Definition at line 1527 of file core_armv81mml.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 804 of file core_armv8mbl.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1371 of file core_armv8mml.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 879 of file core_cm23.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1130 of file core_cm3.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1446 of file core_cm33.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1446 of file core_cm35p.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1188 of file core_cm4.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1411 of file core_cm7.h.
| #define TPI_DEVTYPE_SubType_Pos 4U |
TPI DEVTYPE: SubType Position
Definition at line 1115 of file core_sc300.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1442 of file core_armv81mml.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 774 of file core_armv8mbl.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1341 of file core_armv8mml.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 782 of file core_cm23.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1042 of file core_cm3.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1349 of file core_cm33.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1349 of file core_cm35p.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1100 of file core_cm4.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1323 of file core_cm7.h.
| #define TPI_FFCR_EnFCont_Msk (0x1UL << TPI_FFCR_EnFCont_Pos) |
TPI FFCR: EnFCont Mask
Definition at line 1027 of file core_sc300.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1441 of file core_armv81mml.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 773 of file core_armv8mbl.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1340 of file core_armv8mml.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 781 of file core_cm23.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1041 of file core_cm3.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1348 of file core_cm33.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1348 of file core_cm35p.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1099 of file core_cm4.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1322 of file core_cm7.h.
| #define TPI_FFCR_EnFCont_Pos 1U |
TPI FFCR: EnFCont Position
Definition at line 1026 of file core_sc300.h.
| #define TPI_FFCR_FOnMan_Msk (0x1UL << TPI_FFCR_FOnMan_Pos) |
TPI FFCR: FOnMan Mask
Definition at line 771 of file core_armv8mbl.h.
| #define TPI_FFCR_FOnMan_Msk (0x1UL << TPI_FFCR_FOnMan_Pos) |
TPI FFCR: FOnMan Mask
Definition at line 1338 of file core_armv8mml.h.
| #define TPI_FFCR_FOnMan_Msk (0x1UL << TPI_FFCR_FOnMan_Pos) |
TPI FFCR: FOnMan Mask
Definition at line 779 of file core_cm23.h.
| #define TPI_FFCR_FOnMan_Msk (0x1UL << TPI_FFCR_FOnMan_Pos) |
TPI FFCR: FOnMan Mask
Definition at line 1346 of file core_cm33.h.
| #define TPI_FFCR_FOnMan_Msk (0x1UL << TPI_FFCR_FOnMan_Pos) |
TPI FFCR: FOnMan Mask
Definition at line 1346 of file core_cm35p.h.
| #define TPI_FFCR_FOnMan_Pos 6U |
TPI FFCR: FOnMan Position
Definition at line 770 of file core_armv8mbl.h.
| #define TPI_FFCR_FOnMan_Pos 6U |
TPI FFCR: FOnMan Position
Definition at line 1337 of file core_armv8mml.h.
| #define TPI_FFCR_FOnMan_Pos 6U |
TPI FFCR: FOnMan Position
Definition at line 778 of file core_cm23.h.
| #define TPI_FFCR_FOnMan_Pos 6U |
TPI FFCR: FOnMan Position
Definition at line 1345 of file core_cm33.h.
| #define TPI_FFCR_FOnMan_Pos 6U |
TPI FFCR: FOnMan Position
Definition at line 1345 of file core_cm35p.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1439 of file core_armv81mml.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 768 of file core_armv8mbl.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1335 of file core_armv8mml.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 776 of file core_cm23.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1039 of file core_cm3.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1343 of file core_cm33.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1343 of file core_cm35p.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1097 of file core_cm4.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1320 of file core_cm7.h.
| #define TPI_FFCR_TrigIn_Msk (0x1UL << TPI_FFCR_TrigIn_Pos) |
TPI FFCR: TrigIn Mask
Definition at line 1024 of file core_sc300.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1438 of file core_armv81mml.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 767 of file core_armv8mbl.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1334 of file core_armv8mml.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 775 of file core_cm23.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1038 of file core_cm3.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1342 of file core_cm33.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1342 of file core_cm35p.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1096 of file core_cm4.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1319 of file core_cm7.h.
| #define TPI_FFCR_TrigIn_Pos 8U |
TPI FFCR: TrigIn Position
Definition at line 1023 of file core_sc300.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1435 of file core_armv81mml.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 764 of file core_armv8mbl.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1331 of file core_armv8mml.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 772 of file core_cm23.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1035 of file core_cm3.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1339 of file core_cm33.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1339 of file core_cm35p.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1093 of file core_cm4.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1316 of file core_cm7.h.
| #define TPI_FFSR_FlInProg_Msk (0x1UL /*<< TPI_FFSR_FlInProg_Pos*/) |
TPI FFSR: FlInProg Mask
Definition at line 1020 of file core_sc300.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1434 of file core_armv81mml.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 763 of file core_armv8mbl.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1330 of file core_armv8mml.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 771 of file core_cm23.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1034 of file core_cm3.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1338 of file core_cm33.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1338 of file core_cm35p.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1092 of file core_cm4.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1315 of file core_cm7.h.
| #define TPI_FFSR_FlInProg_Pos 0U |
TPI FFSR: FlInProg Position
Definition at line 1019 of file core_sc300.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1426 of file core_armv81mml.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 755 of file core_armv8mbl.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1322 of file core_armv8mml.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 763 of file core_cm23.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1026 of file core_cm3.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1330 of file core_cm33.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1330 of file core_cm35p.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1084 of file core_cm4.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1307 of file core_cm7.h.
| #define TPI_FFSR_FtNonStop_Msk (0x1UL << TPI_FFSR_FtNonStop_Pos) |
TPI FFSR: FtNonStop Mask
Definition at line 1011 of file core_sc300.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1425 of file core_armv81mml.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 754 of file core_armv8mbl.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1321 of file core_armv8mml.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 762 of file core_cm23.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1025 of file core_cm3.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1329 of file core_cm33.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1329 of file core_cm35p.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1083 of file core_cm4.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1306 of file core_cm7.h.
| #define TPI_FFSR_FtNonStop_Pos 3U |
TPI FFSR: FtNonStop Position
Definition at line 1010 of file core_sc300.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1432 of file core_armv81mml.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 761 of file core_armv8mbl.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1328 of file core_armv8mml.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 769 of file core_cm23.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1032 of file core_cm3.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1336 of file core_cm33.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1336 of file core_cm35p.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1090 of file core_cm4.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1313 of file core_cm7.h.
| #define TPI_FFSR_FtStopped_Msk (0x1UL << TPI_FFSR_FtStopped_Pos) |
TPI FFSR: FtStopped Mask
Definition at line 1017 of file core_sc300.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1431 of file core_armv81mml.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 760 of file core_armv8mbl.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1327 of file core_armv8mml.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 768 of file core_cm23.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1031 of file core_cm3.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1335 of file core_cm33.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1335 of file core_cm35p.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1089 of file core_cm4.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1312 of file core_cm7.h.
| #define TPI_FFSR_FtStopped_Pos 1U |
TPI FFSR: FtStopped Position
Definition at line 1016 of file core_sc300.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1429 of file core_armv81mml.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 758 of file core_armv8mbl.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1325 of file core_armv8mml.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 766 of file core_cm23.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1029 of file core_cm3.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1333 of file core_cm33.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1333 of file core_cm35p.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1087 of file core_cm4.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1310 of file core_cm7.h.
| #define TPI_FFSR_TCPresent_Msk (0x1UL << TPI_FFSR_TCPresent_Pos) |
TPI FFSR: TCPresent Mask
Definition at line 1014 of file core_sc300.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1428 of file core_armv81mml.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 757 of file core_armv8mbl.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1324 of file core_armv8mml.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 765 of file core_cm23.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1028 of file core_cm3.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1332 of file core_cm33.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1332 of file core_cm35p.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1086 of file core_cm4.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1309 of file core_cm7.h.
| #define TPI_FFSR_TCPresent_Pos 2U |
TPI FFSR: TCPresent Position
Definition at line 1013 of file core_sc300.h.
| #define TPI_FIFO0_ETM0_Msk (0xFFUL /*<< TPI_FIFO0_ETM0_Pos*/) |
TPI FIFO0: ETM0 Mask
Definition at line 1468 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM0_Msk (0xFFUL /*<< TPI_FIFO0_ETM0_Pos*/) |
TPI FIFO0: ETM0 Mask
Definition at line 1068 of file core_cm3.h.
| #define TPI_FIFO0_ETM0_Msk (0xFFUL /*<< TPI_FIFO0_ETM0_Pos*/) |
TPI FIFO0: ETM0 Mask
Definition at line 1126 of file core_cm4.h.
| #define TPI_FIFO0_ETM0_Msk (0xFFUL /*<< TPI_FIFO0_ETM0_Pos*/) |
TPI FIFO0: ETM0 Mask
Definition at line 1349 of file core_cm7.h.
| #define TPI_FIFO0_ETM0_Msk (0xFFUL /*<< TPI_FIFO0_ETM0_Pos*/) |
TPI FIFO0: ETM0 Mask
Definition at line 1053 of file core_sc300.h.
| #define TPI_FIFO0_ETM0_Pos 0U |
TPI FIFO0: ETM0 Position
Definition at line 1467 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM0_Pos 0U |
TPI FIFO0: ETM0 Position
Definition at line 1067 of file core_cm3.h.
| #define TPI_FIFO0_ETM0_Pos 0U |
TPI FIFO0: ETM0 Position
Definition at line 1125 of file core_cm4.h.
| #define TPI_FIFO0_ETM0_Pos 0U |
TPI FIFO0: ETM0 Position
Definition at line 1348 of file core_cm7.h.
| #define TPI_FIFO0_ETM0_Pos 0U |
TPI FIFO0: ETM0 Position
Definition at line 1052 of file core_sc300.h.
| #define TPI_FIFO0_ETM1_Msk (0xFFUL << TPI_FIFO0_ETM1_Pos) |
TPI FIFO0: ETM1 Mask
Definition at line 1465 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM1_Msk (0xFFUL << TPI_FIFO0_ETM1_Pos) |
TPI FIFO0: ETM1 Mask
Definition at line 1065 of file core_cm3.h.
| #define TPI_FIFO0_ETM1_Msk (0xFFUL << TPI_FIFO0_ETM1_Pos) |
TPI FIFO0: ETM1 Mask
Definition at line 1123 of file core_cm4.h.
| #define TPI_FIFO0_ETM1_Msk (0xFFUL << TPI_FIFO0_ETM1_Pos) |
TPI FIFO0: ETM1 Mask
Definition at line 1346 of file core_cm7.h.
| #define TPI_FIFO0_ETM1_Msk (0xFFUL << TPI_FIFO0_ETM1_Pos) |
TPI FIFO0: ETM1 Mask
Definition at line 1050 of file core_sc300.h.
| #define TPI_FIFO0_ETM1_Pos 8U |
TPI FIFO0: ETM1 Position
Definition at line 1464 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM1_Pos 8U |
TPI FIFO0: ETM1 Position
Definition at line 1064 of file core_cm3.h.
| #define TPI_FIFO0_ETM1_Pos 8U |
TPI FIFO0: ETM1 Position
Definition at line 1122 of file core_cm4.h.
| #define TPI_FIFO0_ETM1_Pos 8U |
TPI FIFO0: ETM1 Position
Definition at line 1345 of file core_cm7.h.
| #define TPI_FIFO0_ETM1_Pos 8U |
TPI FIFO0: ETM1 Position
Definition at line 1049 of file core_sc300.h.
| #define TPI_FIFO0_ETM2_Msk (0xFFUL << TPI_FIFO0_ETM2_Pos) |
TPI FIFO0: ETM2 Mask
Definition at line 1462 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM2_Msk (0xFFUL << TPI_FIFO0_ETM2_Pos) |
TPI FIFO0: ETM2 Mask
Definition at line 1062 of file core_cm3.h.
| #define TPI_FIFO0_ETM2_Msk (0xFFUL << TPI_FIFO0_ETM2_Pos) |
TPI FIFO0: ETM2 Mask
Definition at line 1120 of file core_cm4.h.
| #define TPI_FIFO0_ETM2_Msk (0xFFUL << TPI_FIFO0_ETM2_Pos) |
TPI FIFO0: ETM2 Mask
Definition at line 1343 of file core_cm7.h.
| #define TPI_FIFO0_ETM2_Msk (0xFFUL << TPI_FIFO0_ETM2_Pos) |
TPI FIFO0: ETM2 Mask
Definition at line 1047 of file core_sc300.h.
| #define TPI_FIFO0_ETM2_Pos 16U |
TPI FIFO0: ETM2 Position
Definition at line 1461 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM2_Pos 16U |
TPI FIFO0: ETM2 Position
Definition at line 1061 of file core_cm3.h.
| #define TPI_FIFO0_ETM2_Pos 16U |
TPI FIFO0: ETM2 Position
Definition at line 1119 of file core_cm4.h.
| #define TPI_FIFO0_ETM2_Pos 16U |
TPI FIFO0: ETM2 Position
Definition at line 1342 of file core_cm7.h.
| #define TPI_FIFO0_ETM2_Pos 16U |
TPI FIFO0: ETM2 Position
Definition at line 1046 of file core_sc300.h.
| #define TPI_FIFO0_ETM_ATVALID_Msk (0x3UL << TPI_FIFO0_ETM_ATVALID_Pos) |
TPI FIFO0: ETM_ATVALID Mask
Definition at line 1456 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM_ATVALID_Msk (0x1UL << TPI_FIFO0_ETM_ATVALID_Pos) |
TPI FIFO0: ETM_ATVALID Mask
Definition at line 1056 of file core_cm3.h.
| #define TPI_FIFO0_ETM_ATVALID_Msk (0x1UL << TPI_FIFO0_ETM_ATVALID_Pos) |
TPI FIFO0: ETM_ATVALID Mask
Definition at line 1114 of file core_cm4.h.
| #define TPI_FIFO0_ETM_ATVALID_Msk (0x1UL << TPI_FIFO0_ETM_ATVALID_Pos) |
TPI FIFO0: ETM_ATVALID Mask
Definition at line 1337 of file core_cm7.h.
| #define TPI_FIFO0_ETM_ATVALID_Msk (0x1UL << TPI_FIFO0_ETM_ATVALID_Pos) |
TPI FIFO0: ETM_ATVALID Mask
Definition at line 1041 of file core_sc300.h.
| #define TPI_FIFO0_ETM_ATVALID_Pos 26U |
TPI FIFO0: ETM_ATVALID Position
Definition at line 1455 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM_ATVALID_Pos 26U |
TPI FIFO0: ETM_ATVALID Position
Definition at line 1055 of file core_cm3.h.
| #define TPI_FIFO0_ETM_ATVALID_Pos 26U |
TPI FIFO0: ETM_ATVALID Position
Definition at line 1113 of file core_cm4.h.
| #define TPI_FIFO0_ETM_ATVALID_Pos 26U |
TPI FIFO0: ETM_ATVALID Position
Definition at line 1336 of file core_cm7.h.
| #define TPI_FIFO0_ETM_ATVALID_Pos 26U |
TPI FIFO0: ETM_ATVALID Position
Definition at line 1040 of file core_sc300.h.
| #define TPI_FIFO0_ETM_bytecount_Msk (0x3UL << TPI_FIFO0_ETM_bytecount_Pos) |
TPI FIFO0: ETM_bytecount Mask
Definition at line 1459 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM_bytecount_Msk (0x3UL << TPI_FIFO0_ETM_bytecount_Pos) |
TPI FIFO0: ETM_bytecount Mask
Definition at line 1059 of file core_cm3.h.
| #define TPI_FIFO0_ETM_bytecount_Msk (0x3UL << TPI_FIFO0_ETM_bytecount_Pos) |
TPI FIFO0: ETM_bytecount Mask
Definition at line 1117 of file core_cm4.h.
| #define TPI_FIFO0_ETM_bytecount_Msk (0x3UL << TPI_FIFO0_ETM_bytecount_Pos) |
TPI FIFO0: ETM_bytecount Mask
Definition at line 1340 of file core_cm7.h.
| #define TPI_FIFO0_ETM_bytecount_Msk (0x3UL << TPI_FIFO0_ETM_bytecount_Pos) |
TPI FIFO0: ETM_bytecount Mask
Definition at line 1044 of file core_sc300.h.
| #define TPI_FIFO0_ETM_bytecount_Pos 24U |
TPI FIFO0: ETM_bytecount Position
Definition at line 1458 of file core_armv81mml.h.
| #define TPI_FIFO0_ETM_bytecount_Pos 24U |
TPI FIFO0: ETM_bytecount Position
Definition at line 1058 of file core_cm3.h.
| #define TPI_FIFO0_ETM_bytecount_Pos 24U |
TPI FIFO0: ETM_bytecount Position
Definition at line 1116 of file core_cm4.h.
| #define TPI_FIFO0_ETM_bytecount_Pos 24U |
TPI FIFO0: ETM_bytecount Position
Definition at line 1339 of file core_cm7.h.
| #define TPI_FIFO0_ETM_bytecount_Pos 24U |
TPI FIFO0: ETM_bytecount Position
Definition at line 1043 of file core_sc300.h.
| #define TPI_FIFO0_ITM_ATVALID_Msk (0x3UL << TPI_FIFO0_ITM_ATVALID_Pos) |
TPI FIFO0: ITM_ATVALID Mask
Definition at line 1450 of file core_armv81mml.h.
| #define TPI_FIFO0_ITM_ATVALID_Msk (0x1UL << TPI_FIFO0_ITM_ATVALID_Pos) |
TPI FIFO0: ITM_ATVALID Mask
Definition at line 1050 of file core_cm3.h.
| #define TPI_FIFO0_ITM_ATVALID_Msk (0x1UL << TPI_FIFO0_ITM_ATVALID_Pos) |
TPI FIFO0: ITM_ATVALID Mask
Definition at line 1108 of file core_cm4.h.
| #define TPI_FIFO0_ITM_ATVALID_Msk (0x1UL << TPI_FIFO0_ITM_ATVALID_Pos) |
TPI FIFO0: ITM_ATVALID Mask
Definition at line 1331 of file core_cm7.h.
| #define TPI_FIFO0_ITM_ATVALID_Msk (0x1UL << TPI_FIFO0_ITM_ATVALID_Pos) |
TPI FIFO0: ITM_ATVALID Mask
Definition at line 1035 of file core_sc300.h.
| #define TPI_FIFO0_ITM_ATVALID_Pos 29U |
TPI FIFO0: ITM_ATVALID Position
Definition at line 1449 of file core_armv81mml.h.
| #define TPI_FIFO0_ITM_ATVALID_Pos 29U |
TPI FIFO0: ITM_ATVALID Position
Definition at line 1049 of file core_cm3.h.
| #define TPI_FIFO0_ITM_ATVALID_Pos 29U |
TPI FIFO0: ITM_ATVALID Position
Definition at line 1107 of file core_cm4.h.
| #define TPI_FIFO0_ITM_ATVALID_Pos 29U |
TPI FIFO0: ITM_ATVALID Position
Definition at line 1330 of file core_cm7.h.
| #define TPI_FIFO0_ITM_ATVALID_Pos 29U |
TPI FIFO0: ITM_ATVALID Position
Definition at line 1034 of file core_sc300.h.
| #define TPI_FIFO0_ITM_bytecount_Msk (0x3UL << TPI_FIFO0_ITM_bytecount_Pos) |
TPI FIFO0: ITM_bytecount Mask
Definition at line 1453 of file core_armv81mml.h.
| #define TPI_FIFO0_ITM_bytecount_Msk (0x3UL << TPI_FIFO0_ITM_bytecount_Pos) |
TPI FIFO0: ITM_bytecount Mask
Definition at line 1053 of file core_cm3.h.
| #define TPI_FIFO0_ITM_bytecount_Msk (0x3UL << TPI_FIFO0_ITM_bytecount_Pos) |
TPI FIFO0: ITM_bytecount Mask
Definition at line 1111 of file core_cm4.h.
| #define TPI_FIFO0_ITM_bytecount_Msk (0x3UL << TPI_FIFO0_ITM_bytecount_Pos) |
TPI FIFO0: ITM_bytecount Mask
Definition at line 1334 of file core_cm7.h.
| #define TPI_FIFO0_ITM_bytecount_Msk (0x3UL << TPI_FIFO0_ITM_bytecount_Pos) |
TPI FIFO0: ITM_bytecount Mask
Definition at line 1038 of file core_sc300.h.
| #define TPI_FIFO0_ITM_bytecount_Pos 27U |
TPI FIFO0: ITM_bytecount Position
Definition at line 1452 of file core_armv81mml.h.
| #define TPI_FIFO0_ITM_bytecount_Pos 27U |
TPI FIFO0: ITM_bytecount Position
Definition at line 1052 of file core_cm3.h.
| #define TPI_FIFO0_ITM_bytecount_Pos 27U |
TPI FIFO0: ITM_bytecount Position
Definition at line 1110 of file core_cm4.h.
| #define TPI_FIFO0_ITM_bytecount_Pos 27U |
TPI FIFO0: ITM_bytecount Position
Definition at line 1333 of file core_cm7.h.
| #define TPI_FIFO0_ITM_bytecount_Pos 27U |
TPI FIFO0: ITM_bytecount Position
Definition at line 1037 of file core_sc300.h.
| #define TPI_FIFO1_ETM_ATVALID_Msk (0x3UL << TPI_FIFO1_ETM_ATVALID_Pos) |
TPI FIFO1: ETM_ATVALID Mask
Definition at line 1482 of file core_armv81mml.h.
| #define TPI_FIFO1_ETM_ATVALID_Msk (0x1UL << TPI_FIFO1_ETM_ATVALID_Pos) |
TPI FIFO1: ETM_ATVALID Mask
Definition at line 1085 of file core_cm3.h.
| #define TPI_FIFO1_ETM_ATVALID_Msk (0x1UL << TPI_FIFO1_ETM_ATVALID_Pos) |
TPI FIFO1: ETM_ATVALID Mask
Definition at line 1143 of file core_cm4.h.
| #define TPI_FIFO1_ETM_ATVALID_Msk (0x1UL << TPI_FIFO1_ETM_ATVALID_Pos) |
TPI FIFO1: ETM_ATVALID Mask
Definition at line 1366 of file core_cm7.h.
| #define TPI_FIFO1_ETM_ATVALID_Msk (0x1UL << TPI_FIFO1_ETM_ATVALID_Pos) |
TPI FIFO1: ETM_ATVALID Mask
Definition at line 1070 of file core_sc300.h.
| #define TPI_FIFO1_ETM_ATVALID_Pos 26U |
TPI FIFO1: ETM_ATVALID Position
Definition at line 1481 of file core_armv81mml.h.
| #define TPI_FIFO1_ETM_ATVALID_Pos 26U |
TPI FIFO1: ETM_ATVALID Position
Definition at line 1084 of file core_cm3.h.
| #define TPI_FIFO1_ETM_ATVALID_Pos 26U |
TPI FIFO1: ETM_ATVALID Position
Definition at line 1142 of file core_cm4.h.
| #define TPI_FIFO1_ETM_ATVALID_Pos 26U |
TPI FIFO1: ETM_ATVALID Position
Definition at line 1365 of file core_cm7.h.
| #define TPI_FIFO1_ETM_ATVALID_Pos 26U |
TPI FIFO1: ETM_ATVALID Position
Definition at line 1069 of file core_sc300.h.
| #define TPI_FIFO1_ETM_bytecount_Msk (0x3UL << TPI_FIFO1_ETM_bytecount_Pos) |
TPI FIFO1: ETM_bytecount Mask
Definition at line 1485 of file core_armv81mml.h.
| #define TPI_FIFO1_ETM_bytecount_Msk (0x3UL << TPI_FIFO1_ETM_bytecount_Pos) |
TPI FIFO1: ETM_bytecount Mask
Definition at line 1088 of file core_cm3.h.
| #define TPI_FIFO1_ETM_bytecount_Msk (0x3UL << TPI_FIFO1_ETM_bytecount_Pos) |
TPI FIFO1: ETM_bytecount Mask
Definition at line 1146 of file core_cm4.h.
| #define TPI_FIFO1_ETM_bytecount_Msk (0x3UL << TPI_FIFO1_ETM_bytecount_Pos) |
TPI FIFO1: ETM_bytecount Mask
Definition at line 1369 of file core_cm7.h.
| #define TPI_FIFO1_ETM_bytecount_Msk (0x3UL << TPI_FIFO1_ETM_bytecount_Pos) |
TPI FIFO1: ETM_bytecount Mask
Definition at line 1073 of file core_sc300.h.
| #define TPI_FIFO1_ETM_bytecount_Pos 24U |
TPI FIFO1: ETM_bytecount Position
Definition at line 1484 of file core_armv81mml.h.
| #define TPI_FIFO1_ETM_bytecount_Pos 24U |
TPI FIFO1: ETM_bytecount Position
Definition at line 1087 of file core_cm3.h.
| #define TPI_FIFO1_ETM_bytecount_Pos 24U |
TPI FIFO1: ETM_bytecount Position
Definition at line 1145 of file core_cm4.h.
| #define TPI_FIFO1_ETM_bytecount_Pos 24U |
TPI FIFO1: ETM_bytecount Position
Definition at line 1368 of file core_cm7.h.
| #define TPI_FIFO1_ETM_bytecount_Pos 24U |
TPI FIFO1: ETM_bytecount Position
Definition at line 1072 of file core_sc300.h.
| #define TPI_FIFO1_ITM0_Msk (0xFFUL /*<< TPI_FIFO1_ITM0_Pos*/) |
TPI FIFO1: ITM0 Mask
Definition at line 1494 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM0_Msk (0xFFUL /*<< TPI_FIFO1_ITM0_Pos*/) |
TPI FIFO1: ITM0 Mask
Definition at line 1097 of file core_cm3.h.
| #define TPI_FIFO1_ITM0_Msk (0xFFUL /*<< TPI_FIFO1_ITM0_Pos*/) |
TPI FIFO1: ITM0 Mask
Definition at line 1155 of file core_cm4.h.
| #define TPI_FIFO1_ITM0_Msk (0xFFUL /*<< TPI_FIFO1_ITM0_Pos*/) |
TPI FIFO1: ITM0 Mask
Definition at line 1378 of file core_cm7.h.
| #define TPI_FIFO1_ITM0_Msk (0xFFUL /*<< TPI_FIFO1_ITM0_Pos*/) |
TPI FIFO1: ITM0 Mask
Definition at line 1082 of file core_sc300.h.
| #define TPI_FIFO1_ITM0_Pos 0U |
TPI FIFO1: ITM0 Position
Definition at line 1493 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM0_Pos 0U |
TPI FIFO1: ITM0 Position
Definition at line 1096 of file core_cm3.h.
| #define TPI_FIFO1_ITM0_Pos 0U |
TPI FIFO1: ITM0 Position
Definition at line 1154 of file core_cm4.h.
| #define TPI_FIFO1_ITM0_Pos 0U |
TPI FIFO1: ITM0 Position
Definition at line 1377 of file core_cm7.h.
| #define TPI_FIFO1_ITM0_Pos 0U |
TPI FIFO1: ITM0 Position
Definition at line 1081 of file core_sc300.h.
| #define TPI_FIFO1_ITM1_Msk (0xFFUL << TPI_FIFO1_ITM1_Pos) |
TPI FIFO1: ITM1 Mask
Definition at line 1491 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM1_Msk (0xFFUL << TPI_FIFO1_ITM1_Pos) |
TPI FIFO1: ITM1 Mask
Definition at line 1094 of file core_cm3.h.
| #define TPI_FIFO1_ITM1_Msk (0xFFUL << TPI_FIFO1_ITM1_Pos) |
TPI FIFO1: ITM1 Mask
Definition at line 1152 of file core_cm4.h.
| #define TPI_FIFO1_ITM1_Msk (0xFFUL << TPI_FIFO1_ITM1_Pos) |
TPI FIFO1: ITM1 Mask
Definition at line 1375 of file core_cm7.h.
| #define TPI_FIFO1_ITM1_Msk (0xFFUL << TPI_FIFO1_ITM1_Pos) |
TPI FIFO1: ITM1 Mask
Definition at line 1079 of file core_sc300.h.
| #define TPI_FIFO1_ITM1_Pos 8U |
TPI FIFO1: ITM1 Position
Definition at line 1490 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM1_Pos 8U |
TPI FIFO1: ITM1 Position
Definition at line 1093 of file core_cm3.h.
| #define TPI_FIFO1_ITM1_Pos 8U |
TPI FIFO1: ITM1 Position
Definition at line 1151 of file core_cm4.h.
| #define TPI_FIFO1_ITM1_Pos 8U |
TPI FIFO1: ITM1 Position
Definition at line 1374 of file core_cm7.h.
| #define TPI_FIFO1_ITM1_Pos 8U |
TPI FIFO1: ITM1 Position
Definition at line 1078 of file core_sc300.h.
| #define TPI_FIFO1_ITM2_Msk (0xFFUL << TPI_FIFO1_ITM2_Pos) |
TPI FIFO1: ITM2 Mask
Definition at line 1488 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM2_Msk (0xFFUL << TPI_FIFO1_ITM2_Pos) |
TPI FIFO1: ITM2 Mask
Definition at line 1091 of file core_cm3.h.
| #define TPI_FIFO1_ITM2_Msk (0xFFUL << TPI_FIFO1_ITM2_Pos) |
TPI FIFO1: ITM2 Mask
Definition at line 1149 of file core_cm4.h.
| #define TPI_FIFO1_ITM2_Msk (0xFFUL << TPI_FIFO1_ITM2_Pos) |
TPI FIFO1: ITM2 Mask
Definition at line 1372 of file core_cm7.h.
| #define TPI_FIFO1_ITM2_Msk (0xFFUL << TPI_FIFO1_ITM2_Pos) |
TPI FIFO1: ITM2 Mask
Definition at line 1076 of file core_sc300.h.
| #define TPI_FIFO1_ITM2_Pos 16U |
TPI FIFO1: ITM2 Position
Definition at line 1487 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM2_Pos 16U |
TPI FIFO1: ITM2 Position
Definition at line 1090 of file core_cm3.h.
| #define TPI_FIFO1_ITM2_Pos 16U |
TPI FIFO1: ITM2 Position
Definition at line 1148 of file core_cm4.h.
| #define TPI_FIFO1_ITM2_Pos 16U |
TPI FIFO1: ITM2 Position
Definition at line 1371 of file core_cm7.h.
| #define TPI_FIFO1_ITM2_Pos 16U |
TPI FIFO1: ITM2 Position
Definition at line 1075 of file core_sc300.h.
| #define TPI_FIFO1_ITM_ATVALID_Msk (0x3UL << TPI_FIFO1_ITM_ATVALID_Pos) |
TPI FIFO1: ITM_ATVALID Mask
Definition at line 1476 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM_ATVALID_Msk (0x1UL << TPI_FIFO1_ITM_ATVALID_Pos) |
TPI FIFO1: ITM_ATVALID Mask
Definition at line 1079 of file core_cm3.h.
| #define TPI_FIFO1_ITM_ATVALID_Msk (0x1UL << TPI_FIFO1_ITM_ATVALID_Pos) |
TPI FIFO1: ITM_ATVALID Mask
Definition at line 1137 of file core_cm4.h.
| #define TPI_FIFO1_ITM_ATVALID_Msk (0x1UL << TPI_FIFO1_ITM_ATVALID_Pos) |
TPI FIFO1: ITM_ATVALID Mask
Definition at line 1360 of file core_cm7.h.
| #define TPI_FIFO1_ITM_ATVALID_Msk (0x1UL << TPI_FIFO1_ITM_ATVALID_Pos) |
TPI FIFO1: ITM_ATVALID Mask
Definition at line 1064 of file core_sc300.h.
| #define TPI_FIFO1_ITM_ATVALID_Pos 29U |
TPI FIFO1: ITM_ATVALID Position
Definition at line 1475 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM_ATVALID_Pos 29U |
TPI FIFO1: ITM_ATVALID Position
Definition at line 1078 of file core_cm3.h.
| #define TPI_FIFO1_ITM_ATVALID_Pos 29U |
TPI FIFO1: ITM_ATVALID Position
Definition at line 1136 of file core_cm4.h.
| #define TPI_FIFO1_ITM_ATVALID_Pos 29U |
TPI FIFO1: ITM_ATVALID Position
Definition at line 1359 of file core_cm7.h.
| #define TPI_FIFO1_ITM_ATVALID_Pos 29U |
TPI FIFO1: ITM_ATVALID Position
Definition at line 1063 of file core_sc300.h.
| #define TPI_FIFO1_ITM_bytecount_Msk (0x3UL << TPI_FIFO1_ITM_bytecount_Pos) |
TPI FIFO1: ITM_bytecount Mask
Definition at line 1479 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM_bytecount_Msk (0x3UL << TPI_FIFO1_ITM_bytecount_Pos) |
TPI FIFO1: ITM_bytecount Mask
Definition at line 1082 of file core_cm3.h.
| #define TPI_FIFO1_ITM_bytecount_Msk (0x3UL << TPI_FIFO1_ITM_bytecount_Pos) |
TPI FIFO1: ITM_bytecount Mask
Definition at line 1140 of file core_cm4.h.
| #define TPI_FIFO1_ITM_bytecount_Msk (0x3UL << TPI_FIFO1_ITM_bytecount_Pos) |
TPI FIFO1: ITM_bytecount Mask
Definition at line 1363 of file core_cm7.h.
| #define TPI_FIFO1_ITM_bytecount_Msk (0x3UL << TPI_FIFO1_ITM_bytecount_Pos) |
TPI FIFO1: ITM_bytecount Mask
Definition at line 1067 of file core_sc300.h.
| #define TPI_FIFO1_ITM_bytecount_Pos 27U |
TPI FIFO1: ITM_bytecount Position
Definition at line 1478 of file core_armv81mml.h.
| #define TPI_FIFO1_ITM_bytecount_Pos 27U |
TPI FIFO1: ITM_bytecount Position
Definition at line 1081 of file core_cm3.h.
| #define TPI_FIFO1_ITM_bytecount_Pos 27U |
TPI FIFO1: ITM_bytecount Position
Definition at line 1139 of file core_cm4.h.
| #define TPI_FIFO1_ITM_bytecount_Pos 27U |
TPI FIFO1: ITM_bytecount Position
Definition at line 1362 of file core_cm7.h.
| #define TPI_FIFO1_ITM_bytecount_Pos 27U |
TPI FIFO1: ITM_bytecount Position
Definition at line 1066 of file core_sc300.h.
| #define TPI_ITATBCTR0_AFVALID1S_Msk (0x1UL << TPI_ITATBCTR0_AFVALID1S_Pos) |
TPI ITATBCTR0: AFVALID1SS Mask
Definition at line 850 of file core_cm23.h.
| #define TPI_ITATBCTR0_AFVALID1S_Msk (0x1UL << TPI_ITATBCTR0_AFVALID1S_Pos) |
TPI ITATBCTR0: AFVALID1SS Mask
Definition at line 1417 of file core_cm33.h.
| #define TPI_ITATBCTR0_AFVALID1S_Msk (0x1UL << TPI_ITATBCTR0_AFVALID1S_Pos) |
TPI ITATBCTR0: AFVALID1SS Mask
Definition at line 1417 of file core_cm35p.h.
| #define TPI_ITATBCTR0_AFVALID1S_Pos 1U |
TPI ITATBCTR0: AFVALID1S Position
Definition at line 849 of file core_cm23.h.
| #define TPI_ITATBCTR0_AFVALID1S_Pos 1U |
TPI ITATBCTR0: AFVALID1S Position
Definition at line 1416 of file core_cm33.h.
| #define TPI_ITATBCTR0_AFVALID1S_Pos 1U |
TPI ITATBCTR0: AFVALID1S Position
Definition at line 1416 of file core_cm35p.h.
| #define TPI_ITATBCTR0_AFVALID2S_Msk (0x1UL << TPI_ITATBCTR0_AFVALID2S_Pos) |
TPI ITATBCTR0: AFVALID2SS Mask
Definition at line 847 of file core_cm23.h.
| #define TPI_ITATBCTR0_AFVALID2S_Msk (0x1UL << TPI_ITATBCTR0_AFVALID2S_Pos) |
TPI ITATBCTR0: AFVALID2SS Mask
Definition at line 1414 of file core_cm33.h.
| #define TPI_ITATBCTR0_AFVALID2S_Msk (0x1UL << TPI_ITATBCTR0_AFVALID2S_Pos) |
TPI ITATBCTR0: AFVALID2SS Mask
Definition at line 1414 of file core_cm35p.h.
| #define TPI_ITATBCTR0_AFVALID2S_Pos 1U |
TPI ITATBCTR0: AFVALID2S Position
Definition at line 846 of file core_cm23.h.
| #define TPI_ITATBCTR0_AFVALID2S_Pos 1U |
TPI ITATBCTR0: AFVALID2S Position
Definition at line 1413 of file core_cm33.h.
| #define TPI_ITATBCTR0_AFVALID2S_Pos 1U |
TPI ITATBCTR0: AFVALID2S Position
Definition at line 1413 of file core_cm35p.h.
| #define TPI_ITATBCTR0_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1_Pos*/) |
TPI ITATBCTR0: ATREADY1 Mask
Definition at line 1104 of file core_cm3.h.
| #define TPI_ITATBCTR0_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1_Pos*/) |
TPI ITATBCTR0: ATREADY1 Mask
Definition at line 1162 of file core_cm4.h.
| #define TPI_ITATBCTR0_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1_Pos*/) |
TPI ITATBCTR0: ATREADY1 Mask
Definition at line 1385 of file core_cm7.h.
| #define TPI_ITATBCTR0_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1_Pos*/) |
TPI ITATBCTR0: ATREADY1 Mask
Definition at line 1089 of file core_sc300.h.
| #define TPI_ITATBCTR0_ATREADY1_Pos 0U |
TPI ITATBCTR0: ATREADY1 Position
Definition at line 1103 of file core_cm3.h.
| #define TPI_ITATBCTR0_ATREADY1_Pos 0U |
TPI ITATBCTR0: ATREADY1 Position
Definition at line 1161 of file core_cm4.h.
| #define TPI_ITATBCTR0_ATREADY1_Pos 0U |
TPI ITATBCTR0: ATREADY1 Position
Definition at line 1384 of file core_cm7.h.
| #define TPI_ITATBCTR0_ATREADY1_Pos 0U |
TPI ITATBCTR0: ATREADY1 Position
Definition at line 1088 of file core_sc300.h.
| #define TPI_ITATBCTR0_ATREADY1S_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1S_Pos*/) |
TPI ITATBCTR0: ATREADY1S Mask
Definition at line 856 of file core_cm23.h.
| #define TPI_ITATBCTR0_ATREADY1S_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1S_Pos*/) |
TPI ITATBCTR0: ATREADY1S Mask
Definition at line 1423 of file core_cm33.h.
| #define TPI_ITATBCTR0_ATREADY1S_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY1S_Pos*/) |
TPI ITATBCTR0: ATREADY1S Mask
Definition at line 1423 of file core_cm35p.h.
| #define TPI_ITATBCTR0_ATREADY1S_Pos 0U |
TPI ITATBCTR0: ATREADY1S Position
Definition at line 855 of file core_cm23.h.
| #define TPI_ITATBCTR0_ATREADY1S_Pos 0U |
TPI ITATBCTR0: ATREADY1S Position
Definition at line 1422 of file core_cm33.h.
| #define TPI_ITATBCTR0_ATREADY1S_Pos 0U |
TPI ITATBCTR0: ATREADY1S Position
Definition at line 1422 of file core_cm35p.h.
| #define TPI_ITATBCTR0_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2_Pos*/) |
TPI ITATBCTR0: ATREADY2 Mask
Definition at line 1101 of file core_cm3.h.
| #define TPI_ITATBCTR0_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2_Pos*/) |
TPI ITATBCTR0: ATREADY2 Mask
Definition at line 1159 of file core_cm4.h.
| #define TPI_ITATBCTR0_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2_Pos*/) |
TPI ITATBCTR0: ATREADY2 Mask
Definition at line 1382 of file core_cm7.h.
| #define TPI_ITATBCTR0_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2_Pos*/) |
TPI ITATBCTR0: ATREADY2 Mask
Definition at line 1086 of file core_sc300.h.
| #define TPI_ITATBCTR0_ATREADY2_Pos 0U |
TPI ITATBCTR0: ATREADY2 Position
Definition at line 1100 of file core_cm3.h.
| #define TPI_ITATBCTR0_ATREADY2_Pos 0U |
TPI ITATBCTR0: ATREADY2 Position
Definition at line 1158 of file core_cm4.h.
| #define TPI_ITATBCTR0_ATREADY2_Pos 0U |
TPI ITATBCTR0: ATREADY2 Position
Definition at line 1381 of file core_cm7.h.
| #define TPI_ITATBCTR0_ATREADY2_Pos 0U |
TPI ITATBCTR0: ATREADY2 Position
Definition at line 1085 of file core_sc300.h.
| #define TPI_ITATBCTR0_ATREADY2S_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2S_Pos*/) |
TPI ITATBCTR0: ATREADY2S Mask
Definition at line 853 of file core_cm23.h.
| #define TPI_ITATBCTR0_ATREADY2S_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2S_Pos*/) |
TPI ITATBCTR0: ATREADY2S Mask
Definition at line 1420 of file core_cm33.h.
| #define TPI_ITATBCTR0_ATREADY2S_Msk (0x1UL /*<< TPI_ITATBCTR0_ATREADY2S_Pos*/) |
TPI ITATBCTR0: ATREADY2S Mask
Definition at line 1420 of file core_cm35p.h.
| #define TPI_ITATBCTR0_ATREADY2S_Pos 0U |
TPI ITATBCTR0: ATREADY2S Position
Definition at line 852 of file core_cm23.h.
| #define TPI_ITATBCTR0_ATREADY2S_Pos 0U |
TPI ITATBCTR0: ATREADY2S Position
Definition at line 1419 of file core_cm33.h.
| #define TPI_ITATBCTR0_ATREADY2S_Pos 0U |
TPI ITATBCTR0: ATREADY2S Position
Definition at line 1419 of file core_cm35p.h.
| #define TPI_ITATBCTR2_AFVALID1S_Msk (0x1UL << TPI_ITATBCTR2_AFVALID1S_Pos) |
TPI ITATBCTR2: AFVALID1SS Mask
Definition at line 815 of file core_cm23.h.
| #define TPI_ITATBCTR2_AFVALID1S_Msk (0x1UL << TPI_ITATBCTR2_AFVALID1S_Pos) |
TPI ITATBCTR2: AFVALID1SS Mask
Definition at line 1382 of file core_cm33.h.
| #define TPI_ITATBCTR2_AFVALID1S_Msk (0x1UL << TPI_ITATBCTR2_AFVALID1S_Pos) |
TPI ITATBCTR2: AFVALID1SS Mask
Definition at line 1382 of file core_cm35p.h.
| #define TPI_ITATBCTR2_AFVALID1S_Pos 1U |
TPI ITATBCTR2: AFVALID1S Position
Definition at line 814 of file core_cm23.h.
| #define TPI_ITATBCTR2_AFVALID1S_Pos 1U |
TPI ITATBCTR2: AFVALID1S Position
Definition at line 1381 of file core_cm33.h.
| #define TPI_ITATBCTR2_AFVALID1S_Pos 1U |
TPI ITATBCTR2: AFVALID1S Position
Definition at line 1381 of file core_cm35p.h.
| #define TPI_ITATBCTR2_AFVALID2S_Msk (0x1UL << TPI_ITATBCTR2_AFVALID2S_Pos) |
TPI ITATBCTR2: AFVALID2SS Mask
Definition at line 812 of file core_cm23.h.
| #define TPI_ITATBCTR2_AFVALID2S_Msk (0x1UL << TPI_ITATBCTR2_AFVALID2S_Pos) |
TPI ITATBCTR2: AFVALID2SS Mask
Definition at line 1379 of file core_cm33.h.
| #define TPI_ITATBCTR2_AFVALID2S_Msk (0x1UL << TPI_ITATBCTR2_AFVALID2S_Pos) |
TPI ITATBCTR2: AFVALID2SS Mask
Definition at line 1379 of file core_cm35p.h.
| #define TPI_ITATBCTR2_AFVALID2S_Pos 1U |
TPI ITATBCTR2: AFVALID2S Position
Definition at line 811 of file core_cm23.h.
| #define TPI_ITATBCTR2_AFVALID2S_Pos 1U |
TPI ITATBCTR2: AFVALID2S Position
Definition at line 1378 of file core_cm33.h.
| #define TPI_ITATBCTR2_AFVALID2S_Pos 1U |
TPI ITATBCTR2: AFVALID2S Position
Definition at line 1378 of file core_cm35p.h.
| #define TPI_ITATBCTR2_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1_Pos*/) |
TPI ITATBCTR2: ATREADY1 Mask
Definition at line 1075 of file core_cm3.h.
| #define TPI_ITATBCTR2_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1_Pos*/) |
TPI ITATBCTR2: ATREADY1 Mask
Definition at line 1133 of file core_cm4.h.
| #define TPI_ITATBCTR2_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1_Pos*/) |
TPI ITATBCTR2: ATREADY1 Mask
Definition at line 1356 of file core_cm7.h.
| #define TPI_ITATBCTR2_ATREADY1_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1_Pos*/) |
TPI ITATBCTR2: ATREADY1 Mask
Definition at line 1060 of file core_sc300.h.
| #define TPI_ITATBCTR2_ATREADY1_Pos 0U |
TPI ITATBCTR2: ATREADY1 Position
Definition at line 1074 of file core_cm3.h.
| #define TPI_ITATBCTR2_ATREADY1_Pos 0U |
TPI ITATBCTR2: ATREADY1 Position
Definition at line 1132 of file core_cm4.h.
| #define TPI_ITATBCTR2_ATREADY1_Pos 0U |
TPI ITATBCTR2: ATREADY1 Position
Definition at line 1355 of file core_cm7.h.
| #define TPI_ITATBCTR2_ATREADY1_Pos 0U |
TPI ITATBCTR2: ATREADY1 Position
Definition at line 1059 of file core_sc300.h.
| #define TPI_ITATBCTR2_ATREADY1S_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1S_Pos*/) |
TPI ITATBCTR2: ATREADY1S Mask
Definition at line 821 of file core_cm23.h.
| #define TPI_ITATBCTR2_ATREADY1S_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1S_Pos*/) |
TPI ITATBCTR2: ATREADY1S Mask
Definition at line 1388 of file core_cm33.h.
| #define TPI_ITATBCTR2_ATREADY1S_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY1S_Pos*/) |
TPI ITATBCTR2: ATREADY1S Mask
Definition at line 1388 of file core_cm35p.h.
| #define TPI_ITATBCTR2_ATREADY1S_Pos 0U |
TPI ITATBCTR2: ATREADY1S Position
Definition at line 820 of file core_cm23.h.
| #define TPI_ITATBCTR2_ATREADY1S_Pos 0U |
TPI ITATBCTR2: ATREADY1S Position
Definition at line 1387 of file core_cm33.h.
| #define TPI_ITATBCTR2_ATREADY1S_Pos 0U |
TPI ITATBCTR2: ATREADY1S Position
Definition at line 1387 of file core_cm35p.h.
| #define TPI_ITATBCTR2_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2_Pos*/) |
TPI ITATBCTR2: ATREADY2 Mask
Definition at line 1072 of file core_cm3.h.
| #define TPI_ITATBCTR2_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2_Pos*/) |
TPI ITATBCTR2: ATREADY2 Mask
Definition at line 1130 of file core_cm4.h.
| #define TPI_ITATBCTR2_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2_Pos*/) |
TPI ITATBCTR2: ATREADY2 Mask
Definition at line 1353 of file core_cm7.h.
| #define TPI_ITATBCTR2_ATREADY2_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2_Pos*/) |
TPI ITATBCTR2: ATREADY2 Mask
Definition at line 1057 of file core_sc300.h.
| #define TPI_ITATBCTR2_ATREADY2_Pos 0U |
TPI ITATBCTR2: ATREADY2 Position
Definition at line 1071 of file core_cm3.h.
| #define TPI_ITATBCTR2_ATREADY2_Pos 0U |
TPI ITATBCTR2: ATREADY2 Position
Definition at line 1129 of file core_cm4.h.
| #define TPI_ITATBCTR2_ATREADY2_Pos 0U |
TPI ITATBCTR2: ATREADY2 Position
Definition at line 1352 of file core_cm7.h.
| #define TPI_ITATBCTR2_ATREADY2_Pos 0U |
TPI ITATBCTR2: ATREADY2 Position
Definition at line 1056 of file core_sc300.h.
| #define TPI_ITATBCTR2_ATREADY2S_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2S_Pos*/) |
TPI ITATBCTR2: ATREADY2S Mask
Definition at line 818 of file core_cm23.h.
| #define TPI_ITATBCTR2_ATREADY2S_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2S_Pos*/) |
TPI ITATBCTR2: ATREADY2S Mask
Definition at line 1385 of file core_cm33.h.
| #define TPI_ITATBCTR2_ATREADY2S_Msk (0x1UL /*<< TPI_ITATBCTR2_ATREADY2S_Pos*/) |
TPI ITATBCTR2: ATREADY2S Mask
Definition at line 1385 of file core_cm35p.h.
| #define TPI_ITATBCTR2_ATREADY2S_Pos 0U |
TPI ITATBCTR2: ATREADY2S Position
Definition at line 817 of file core_cm23.h.
| #define TPI_ITATBCTR2_ATREADY2S_Pos 0U |
TPI ITATBCTR2: ATREADY2S Position
Definition at line 1384 of file core_cm33.h.
| #define TPI_ITATBCTR2_ATREADY2S_Pos 0U |
TPI ITATBCTR2: ATREADY2S Position
Definition at line 1384 of file core_cm35p.h.
| #define TPI_ITCTRL_Mode_Msk (0x1UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1502 of file core_armv81mml.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 860 of file core_cm23.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1108 of file core_cm3.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1427 of file core_cm33.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1427 of file core_cm35p.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1166 of file core_cm4.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1389 of file core_cm7.h.
| #define TPI_ITCTRL_Mode_Msk (0x3UL /*<< TPI_ITCTRL_Mode_Pos*/) |
TPI ITCTRL: Mode Mask
Definition at line 1093 of file core_sc300.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1501 of file core_armv81mml.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 859 of file core_cm23.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1107 of file core_cm3.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1426 of file core_cm33.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1426 of file core_cm35p.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1165 of file core_cm4.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1388 of file core_cm7.h.
| #define TPI_ITCTRL_Mode_Pos 0U |
TPI ITCTRL: Mode Position
Definition at line 1092 of file core_sc300.h.
| #define TPI_ITFTTD0_ATB_IF1_ATVALID_Msk (0x3UL << TPI_ITFTTD0_ATB_IF1_ATVALID_Pos) |
TPI ITFTTD0: ATB Interface 1 ATVALID Mask
Definition at line 796 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_ATVALID_Msk (0x3UL << TPI_ITFTTD0_ATB_IF1_ATVALID_Pos) |
TPI ITFTTD0: ATB Interface 1 ATVALID Mask
Definition at line 1363 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_ATVALID_Msk (0x3UL << TPI_ITFTTD0_ATB_IF1_ATVALID_Pos) |
TPI ITFTTD0: ATB Interface 1 ATVALID Mask
Definition at line 1363 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_ATVALID_Pos 26U |
TPI ITFTTD0: ATB Interface 1 ATVALID Position
Definition at line 795 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_ATVALID_Pos 26U |
TPI ITFTTD0: ATB Interface 1 ATVALID Position
Definition at line 1362 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_ATVALID_Pos 26U |
TPI ITFTTD0: ATB Interface 1 ATVALID Position
Definition at line 1362 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_bytecount_Msk (0x3UL << TPI_ITFTTD0_ATB_IF1_bytecount_Pos) |
TPI ITFTTD0: ATB Interface 1 byte countt Mask
Definition at line 799 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_bytecount_Msk (0x3UL << TPI_ITFTTD0_ATB_IF1_bytecount_Pos) |
TPI ITFTTD0: ATB Interface 1 byte countt Mask
Definition at line 1366 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_bytecount_Msk (0x3UL << TPI_ITFTTD0_ATB_IF1_bytecount_Pos) |
TPI ITFTTD0: ATB Interface 1 byte countt Mask
Definition at line 1366 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_bytecount_Pos 24U |
TPI ITFTTD0: ATB Interface 1 byte count Position
Definition at line 798 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_bytecount_Pos 24U |
TPI ITFTTD0: ATB Interface 1 byte count Position
Definition at line 1365 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_bytecount_Pos 24U |
TPI ITFTTD0: ATB Interface 1 byte count Position
Definition at line 1365 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_data0_Msk (0xFFUL /*<< TPI_ITFTTD0_ATB_IF1_data0_Pos*/) |
TPI ITFTTD0: ATB Interface 1 data0 Mask
Definition at line 808 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_data0_Msk (0xFFUL /*<< TPI_ITFTTD0_ATB_IF1_data0_Pos*/) |
TPI ITFTTD0: ATB Interface 1 data0 Mask
Definition at line 1375 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_data0_Msk (0xFFUL /*<< TPI_ITFTTD0_ATB_IF1_data0_Pos*/) |
TPI ITFTTD0: ATB Interface 1 data0 Mask
Definition at line 1375 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_data0_Pos 0U |
TPI ITFTTD0: ATB Interface 1 data0 Position
Definition at line 807 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_data0_Pos 0U |
TPI ITFTTD0: ATB Interface 1 data0 Position
Definition at line 1374 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_data0_Pos 0U |
TPI ITFTTD0: ATB Interface 1 data0 Position
Definition at line 1374 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_data1_Msk (0xFFUL << TPI_ITFTTD0_ATB_IF1_data1_Pos) |
TPI ITFTTD0: ATB Interface 1 data1 Mask
Definition at line 805 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_data1_Msk (0xFFUL << TPI_ITFTTD0_ATB_IF1_data1_Pos) |
TPI ITFTTD0: ATB Interface 1 data1 Mask
Definition at line 1372 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_data1_Msk (0xFFUL << TPI_ITFTTD0_ATB_IF1_data1_Pos) |
TPI ITFTTD0: ATB Interface 1 data1 Mask
Definition at line 1372 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_data1_Pos 8U |
TPI ITFTTD0: ATB Interface 1 data1 Position
Definition at line 804 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_data1_Pos 8U |
TPI ITFTTD0: ATB Interface 1 data1 Position
Definition at line 1371 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_data1_Pos 8U |
TPI ITFTTD0: ATB Interface 1 data1 Position
Definition at line 1371 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_data2_Msk (0xFFUL << TPI_ITFTTD0_ATB_IF1_data1_Pos) |
TPI ITFTTD0: ATB Interface 1 data2 Mask
Definition at line 802 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_data2_Msk (0xFFUL << TPI_ITFTTD0_ATB_IF1_data1_Pos) |
TPI ITFTTD0: ATB Interface 1 data2 Mask
Definition at line 1369 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_data2_Msk (0xFFUL << TPI_ITFTTD0_ATB_IF1_data1_Pos) |
TPI ITFTTD0: ATB Interface 1 data2 Mask
Definition at line 1369 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF1_data2_Pos 16U |
TPI ITFTTD0: ATB Interface 1 data2 Position
Definition at line 801 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF1_data2_Pos 16U |
TPI ITFTTD0: ATB Interface 1 data2 Position
Definition at line 1368 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF1_data2_Pos 16U |
TPI ITFTTD0: ATB Interface 1 data2 Position
Definition at line 1368 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF2_ATVALID_Msk (0x3UL << TPI_ITFTTD0_ATB_IF2_ATVALID_Pos) |
TPI ITFTTD0: ATB Interface 2 ATVALID Mask
Definition at line 790 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF2_ATVALID_Msk (0x3UL << TPI_ITFTTD0_ATB_IF2_ATVALID_Pos) |
TPI ITFTTD0: ATB Interface 2 ATVALID Mask
Definition at line 1357 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF2_ATVALID_Msk (0x3UL << TPI_ITFTTD0_ATB_IF2_ATVALID_Pos) |
TPI ITFTTD0: ATB Interface 2 ATVALID Mask
Definition at line 1357 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF2_ATVALID_Pos 29U |
TPI ITFTTD0: ATB Interface 2 ATVALIDPosition
Definition at line 789 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF2_ATVALID_Pos 29U |
TPI ITFTTD0: ATB Interface 2 ATVALIDPosition
Definition at line 1356 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF2_ATVALID_Pos 29U |
TPI ITFTTD0: ATB Interface 2 ATVALIDPosition
Definition at line 1356 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF2_bytecount_Msk (0x3UL << TPI_ITFTTD0_ATB_IF2_bytecount_Pos) |
TPI ITFTTD0: ATB Interface 2 byte count Mask
Definition at line 793 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF2_bytecount_Msk (0x3UL << TPI_ITFTTD0_ATB_IF2_bytecount_Pos) |
TPI ITFTTD0: ATB Interface 2 byte count Mask
Definition at line 1360 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF2_bytecount_Msk (0x3UL << TPI_ITFTTD0_ATB_IF2_bytecount_Pos) |
TPI ITFTTD0: ATB Interface 2 byte count Mask
Definition at line 1360 of file core_cm35p.h.
| #define TPI_ITFTTD0_ATB_IF2_bytecount_Pos 27U |
TPI ITFTTD0: ATB Interface 2 byte count Position
Definition at line 792 of file core_cm23.h.
| #define TPI_ITFTTD0_ATB_IF2_bytecount_Pos 27U |
TPI ITFTTD0: ATB Interface 2 byte count Position
Definition at line 1359 of file core_cm33.h.
| #define TPI_ITFTTD0_ATB_IF2_bytecount_Pos 27U |
TPI ITFTTD0: ATB Interface 2 byte count Position
Definition at line 1359 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF1_ATVALID_Msk (0x3UL << TPI_ITFTTD1_ATB_IF1_ATVALID_Pos) |
TPI ITFTTD1: ATB Interface 1 ATVALID Mask
Definition at line 831 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF1_ATVALID_Msk (0x3UL << TPI_ITFTTD1_ATB_IF1_ATVALID_Pos) |
TPI ITFTTD1: ATB Interface 1 ATVALID Mask
Definition at line 1398 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF1_ATVALID_Msk (0x3UL << TPI_ITFTTD1_ATB_IF1_ATVALID_Pos) |
TPI ITFTTD1: ATB Interface 1 ATVALID Mask
Definition at line 1398 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF1_ATVALID_Pos 26U |
TPI ITFTTD1: ATB Interface 1 ATVALID Position
Definition at line 830 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF1_ATVALID_Pos 26U |
TPI ITFTTD1: ATB Interface 1 ATVALID Position
Definition at line 1397 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF1_ATVALID_Pos 26U |
TPI ITFTTD1: ATB Interface 1 ATVALID Position
Definition at line 1397 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF1_bytecount_Msk (0x3UL << TPI_ITFTTD1_ATB_IF1_bytecount_Pos) |
TPI ITFTTD1: ATB Interface 1 byte countt Mask
Definition at line 834 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF1_bytecount_Msk (0x3UL << TPI_ITFTTD1_ATB_IF1_bytecount_Pos) |
TPI ITFTTD1: ATB Interface 1 byte countt Mask
Definition at line 1401 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF1_bytecount_Msk (0x3UL << TPI_ITFTTD1_ATB_IF1_bytecount_Pos) |
TPI ITFTTD1: ATB Interface 1 byte countt Mask
Definition at line 1401 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF1_bytecount_Pos 24U |
TPI ITFTTD1: ATB Interface 1 byte count Position
Definition at line 833 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF1_bytecount_Pos 24U |
TPI ITFTTD1: ATB Interface 1 byte count Position
Definition at line 1400 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF1_bytecount_Pos 24U |
TPI ITFTTD1: ATB Interface 1 byte count Position
Definition at line 1400 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_ATVALID_Msk (0x3UL << TPI_ITFTTD1_ATB_IF2_ATVALID_Pos) |
TPI ITFTTD1: ATB Interface 2 ATVALID Mask
Definition at line 825 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_ATVALID_Msk (0x3UL << TPI_ITFTTD1_ATB_IF2_ATVALID_Pos) |
TPI ITFTTD1: ATB Interface 2 ATVALID Mask
Definition at line 1392 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_ATVALID_Msk (0x3UL << TPI_ITFTTD1_ATB_IF2_ATVALID_Pos) |
TPI ITFTTD1: ATB Interface 2 ATVALID Mask
Definition at line 1392 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_ATVALID_Pos 29U |
TPI ITFTTD1: ATB Interface 2 ATVALID Position
Definition at line 824 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_ATVALID_Pos 29U |
TPI ITFTTD1: ATB Interface 2 ATVALID Position
Definition at line 1391 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_ATVALID_Pos 29U |
TPI ITFTTD1: ATB Interface 2 ATVALID Position
Definition at line 1391 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_bytecount_Msk (0x3UL << TPI_ITFTTD1_ATB_IF2_bytecount_Pos) |
TPI ITFTTD1: ATB Interface 2 byte count Mask
Definition at line 828 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_bytecount_Msk (0x3UL << TPI_ITFTTD1_ATB_IF2_bytecount_Pos) |
TPI ITFTTD1: ATB Interface 2 byte count Mask
Definition at line 1395 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_bytecount_Msk (0x3UL << TPI_ITFTTD1_ATB_IF2_bytecount_Pos) |
TPI ITFTTD1: ATB Interface 2 byte count Mask
Definition at line 1395 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_bytecount_Pos 27U |
TPI ITFTTD1: ATB Interface 2 byte count Position
Definition at line 827 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_bytecount_Pos 27U |
TPI ITFTTD1: ATB Interface 2 byte count Position
Definition at line 1394 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_bytecount_Pos 27U |
TPI ITFTTD1: ATB Interface 2 byte count Position
Definition at line 1394 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_data0_Msk (0xFFUL /*<< TPI_ITFTTD1_ATB_IF2_data0_Pos*/) |
TPI ITFTTD1: ATB Interface 2 data0 Mask
Definition at line 843 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_data0_Msk (0xFFUL /*<< TPI_ITFTTD1_ATB_IF2_data0_Pos*/) |
TPI ITFTTD1: ATB Interface 2 data0 Mask
Definition at line 1410 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_data0_Msk (0xFFUL /*<< TPI_ITFTTD1_ATB_IF2_data0_Pos*/) |
TPI ITFTTD1: ATB Interface 2 data0 Mask
Definition at line 1410 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_data0_Pos 0U |
TPI ITFTTD1: ATB Interface 2 data0 Position
Definition at line 842 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_data0_Pos 0U |
TPI ITFTTD1: ATB Interface 2 data0 Position
Definition at line 1409 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_data0_Pos 0U |
TPI ITFTTD1: ATB Interface 2 data0 Position
Definition at line 1409 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_data1_Msk (0xFFUL << TPI_ITFTTD1_ATB_IF2_data1_Pos) |
TPI ITFTTD1: ATB Interface 2 data1 Mask
Definition at line 840 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_data1_Msk (0xFFUL << TPI_ITFTTD1_ATB_IF2_data1_Pos) |
TPI ITFTTD1: ATB Interface 2 data1 Mask
Definition at line 1407 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_data1_Msk (0xFFUL << TPI_ITFTTD1_ATB_IF2_data1_Pos) |
TPI ITFTTD1: ATB Interface 2 data1 Mask
Definition at line 1407 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_data1_Pos 8U |
TPI ITFTTD1: ATB Interface 2 data1 Position
Definition at line 839 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_data1_Pos 8U |
TPI ITFTTD1: ATB Interface 2 data1 Position
Definition at line 1406 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_data1_Pos 8U |
TPI ITFTTD1: ATB Interface 2 data1 Position
Definition at line 1406 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_data2_Msk (0xFFUL << TPI_ITFTTD1_ATB_IF2_data1_Pos) |
TPI ITFTTD1: ATB Interface 2 data2 Mask
Definition at line 837 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_data2_Msk (0xFFUL << TPI_ITFTTD1_ATB_IF2_data1_Pos) |
TPI ITFTTD1: ATB Interface 2 data2 Mask
Definition at line 1404 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_data2_Msk (0xFFUL << TPI_ITFTTD1_ATB_IF2_data1_Pos) |
TPI ITFTTD1: ATB Interface 2 data2 Mask
Definition at line 1404 of file core_cm35p.h.
| #define TPI_ITFTTD1_ATB_IF2_data2_Pos 16U |
TPI ITFTTD1: ATB Interface 2 data2 Position
Definition at line 836 of file core_cm23.h.
| #define TPI_ITFTTD1_ATB_IF2_data2_Pos 16U |
TPI ITFTTD1: ATB Interface 2 data2 Position
Definition at line 1403 of file core_cm33.h.
| #define TPI_ITFTTD1_ATB_IF2_data2_Pos 16U |
TPI ITFTTD1: ATB Interface 2 data2 Position
Definition at line 1403 of file core_cm35p.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1422 of file core_armv81mml.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 751 of file core_armv8mbl.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1318 of file core_armv8mml.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 759 of file core_cm23.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1022 of file core_cm3.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1326 of file core_cm33.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1326 of file core_cm35p.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1080 of file core_cm4.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1303 of file core_cm7.h.
| #define TPI_SPPR_TXMODE_Msk (0x3UL /*<< TPI_SPPR_TXMODE_Pos*/) |
TPI SPPR: TXMODE Mask
Definition at line 1007 of file core_sc300.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1421 of file core_armv81mml.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 750 of file core_armv8mbl.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1317 of file core_armv8mml.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 758 of file core_cm23.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1021 of file core_cm3.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1325 of file core_cm33.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1325 of file core_cm35p.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1079 of file core_cm4.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1302 of file core_cm7.h.
| #define TPI_SPPR_TXMODE_Pos 0U |
TPI SPPR: TXMODE Position
Definition at line 1006 of file core_sc300.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1446 of file core_armv81mml.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 786 of file core_cm23.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1046 of file core_cm3.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1353 of file core_cm33.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1353 of file core_cm35p.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1104 of file core_cm4.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1327 of file core_cm7.h.
| #define TPI_TRIGGER_TRIGGER_Msk (0x1UL /*<< TPI_TRIGGER_TRIGGER_Pos*/) |
TPI TRIGGER: TRIGGER Mask
Definition at line 1031 of file core_sc300.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1445 of file core_armv81mml.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 785 of file core_cm23.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1045 of file core_cm3.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1352 of file core_cm33.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1352 of file core_cm35p.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1103 of file core_cm4.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1326 of file core_cm7.h.
| #define TPI_TRIGGER_TRIGGER_Pos 0U |
TPI TRIGGER: TRIGGER Position
Definition at line 1030 of file core_sc300.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 399 of file core_armv81mml.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 305 of file core_armv8mbl.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 398 of file core_armv8mml.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 271 of file core_cm0.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 282 of file core_cm0plus.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 271 of file core_cm1.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 305 of file core_cm23.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 285 of file core_cm3.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 398 of file core_cm33.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 398 of file core_cm35p.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 344 of file core_cm4.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 359 of file core_cm7.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 277 of file core_sc000.h.
| #define xPSR_C_Msk (1UL << xPSR_C_Pos) |
xPSR: C Mask
Definition at line 285 of file core_sc300.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 398 of file core_armv81mml.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 304 of file core_armv8mbl.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 397 of file core_armv8mml.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 270 of file core_cm0.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 281 of file core_cm0plus.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 270 of file core_cm1.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 304 of file core_cm23.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 284 of file core_cm3.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 397 of file core_cm33.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 397 of file core_cm35p.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 343 of file core_cm4.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 358 of file core_cm7.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 276 of file core_sc000.h.
| #define xPSR_C_Pos 29U |
xPSR: C Position
Definition at line 284 of file core_sc300.h.
| #define xPSR_GE_Msk (0xFUL << xPSR_GE_Pos) |
xPSR: GE Mask
Definition at line 414 of file core_armv81mml.h.
| #define xPSR_GE_Msk (0xFUL << xPSR_GE_Pos) |
xPSR: GE Mask
Definition at line 413 of file core_armv8mml.h.
| #define xPSR_GE_Msk (0xFUL << xPSR_GE_Pos) |
xPSR: GE Mask
Definition at line 413 of file core_cm33.h.
| #define xPSR_GE_Msk (0xFUL << xPSR_GE_Pos) |
xPSR: GE Mask
Definition at line 413 of file core_cm35p.h.
| #define xPSR_GE_Msk (0xFUL << xPSR_GE_Pos) |
xPSR: GE Mask
Definition at line 359 of file core_cm4.h.
| #define xPSR_GE_Msk (0xFUL << xPSR_GE_Pos) |
xPSR: GE Mask
Definition at line 374 of file core_cm7.h.
| #define xPSR_GE_Pos 16U |
xPSR: GE Position
Definition at line 413 of file core_armv81mml.h.
| #define xPSR_GE_Pos 16U |
xPSR: GE Position
Definition at line 412 of file core_armv8mml.h.
| #define xPSR_GE_Pos 16U |
xPSR: GE Position
Definition at line 412 of file core_cm33.h.
| #define xPSR_GE_Pos 16U |
xPSR: GE Position
Definition at line 412 of file core_cm35p.h.
| #define xPSR_GE_Pos 16U |
xPSR: GE Position
Definition at line 358 of file core_cm4.h.
| #define xPSR_GE_Pos 16U |
xPSR: GE Position
Definition at line 373 of file core_cm7.h.
| #define xPSR_ICI_IT_1_Msk (0x3FUL << xPSR_ICI_IT_1_Pos) |
xPSR: ICI/IT part 1 Mask
Definition at line 300 of file core_cm3.h.
| #define xPSR_ICI_IT_1_Msk (0x3FUL << xPSR_ICI_IT_1_Pos) |
xPSR: ICI/IT part 1 Mask
Definition at line 362 of file core_cm4.h.
| #define xPSR_ICI_IT_1_Msk (0x3FUL << xPSR_ICI_IT_1_Pos) |
xPSR: ICI/IT part 1 Mask
Definition at line 377 of file core_cm7.h.
| #define xPSR_ICI_IT_1_Msk (0x3FUL << xPSR_ICI_IT_1_Pos) |
xPSR: ICI/IT part 1 Mask
Definition at line 300 of file core_sc300.h.
| #define xPSR_ICI_IT_1_Pos 10U |
xPSR: ICI/IT part 1 Position
Definition at line 299 of file core_cm3.h.
| #define xPSR_ICI_IT_1_Pos 10U |
xPSR: ICI/IT part 1 Position
Definition at line 361 of file core_cm4.h.
| #define xPSR_ICI_IT_1_Pos 10U |
xPSR: ICI/IT part 1 Position
Definition at line 376 of file core_cm7.h.
| #define xPSR_ICI_IT_1_Pos 10U |
xPSR: ICI/IT part 1 Position
Definition at line 299 of file core_sc300.h.
| #define xPSR_ICI_IT_2_Msk (3UL << xPSR_ICI_IT_2_Pos) |
xPSR: ICI/IT part 2 Mask
Definition at line 294 of file core_cm3.h.
| #define xPSR_ICI_IT_2_Msk (3UL << xPSR_ICI_IT_2_Pos) |
xPSR: ICI/IT part 2 Mask
Definition at line 353 of file core_cm4.h.
| #define xPSR_ICI_IT_2_Msk (3UL << xPSR_ICI_IT_2_Pos) |
xPSR: ICI/IT part 2 Mask
Definition at line 368 of file core_cm7.h.
| #define xPSR_ICI_IT_2_Msk (3UL << xPSR_ICI_IT_2_Pos) |
xPSR: ICI/IT part 2 Mask
Definition at line 294 of file core_sc300.h.
| #define xPSR_ICI_IT_2_Pos 25U |
xPSR: ICI/IT part 2 Position
Definition at line 293 of file core_cm3.h.
| #define xPSR_ICI_IT_2_Pos 25U |
xPSR: ICI/IT part 2 Position
Definition at line 352 of file core_cm4.h.
| #define xPSR_ICI_IT_2_Pos 25U |
xPSR: ICI/IT part 2 Position
Definition at line 367 of file core_cm7.h.
| #define xPSR_ICI_IT_2_Pos 25U |
xPSR: ICI/IT part 2 Position
Definition at line 293 of file core_sc300.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 417 of file core_armv81mml.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 314 of file core_armv8mbl.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 416 of file core_armv8mml.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 280 of file core_cm0.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 291 of file core_cm0plus.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 280 of file core_cm1.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 314 of file core_cm23.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 303 of file core_cm3.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 416 of file core_cm33.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 416 of file core_cm35p.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 365 of file core_cm4.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 380 of file core_cm7.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 286 of file core_sc000.h.
| #define xPSR_ISR_Msk (0x1FFUL /*<< xPSR_ISR_Pos*/) |
xPSR: ISR Mask
Definition at line 303 of file core_sc300.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 416 of file core_armv81mml.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 313 of file core_armv8mbl.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 415 of file core_armv8mml.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 279 of file core_cm0.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 290 of file core_cm0plus.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 279 of file core_cm1.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 313 of file core_cm23.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 302 of file core_cm3.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 415 of file core_cm33.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 415 of file core_cm35p.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 364 of file core_cm4.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 379 of file core_cm7.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 285 of file core_sc000.h.
| #define xPSR_ISR_Pos 0U |
xPSR: ISR Position
Definition at line 302 of file core_sc300.h.
| #define xPSR_IT_Msk (3UL << xPSR_IT_Pos) |
xPSR: IT Mask
Definition at line 408 of file core_armv81mml.h.
| #define xPSR_IT_Msk (3UL << xPSR_IT_Pos) |
xPSR: IT Mask
Definition at line 407 of file core_armv8mml.h.
| #define xPSR_IT_Msk (3UL << xPSR_IT_Pos) |
xPSR: IT Mask
Definition at line 407 of file core_cm33.h.
| #define xPSR_IT_Msk (3UL << xPSR_IT_Pos) |
xPSR: IT Mask
Definition at line 407 of file core_cm35p.h.
| #define xPSR_IT_Pos 25U |
xPSR: IT Position
Definition at line 407 of file core_armv81mml.h.
| #define xPSR_IT_Pos 25U |
xPSR: IT Position
Definition at line 406 of file core_armv8mml.h.
| #define xPSR_IT_Pos 25U |
xPSR: IT Position
Definition at line 406 of file core_cm33.h.
| #define xPSR_IT_Pos 25U |
xPSR: IT Position
Definition at line 406 of file core_cm35p.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 393 of file core_armv81mml.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 299 of file core_armv8mbl.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 392 of file core_armv8mml.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 265 of file core_cm0.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 276 of file core_cm0plus.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 265 of file core_cm1.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 299 of file core_cm23.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 279 of file core_cm3.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 392 of file core_cm33.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 392 of file core_cm35p.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 338 of file core_cm4.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 353 of file core_cm7.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 271 of file core_sc000.h.
| #define xPSR_N_Msk (1UL << xPSR_N_Pos) |
xPSR: N Mask
Definition at line 279 of file core_sc300.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 392 of file core_armv81mml.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 298 of file core_armv8mbl.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 391 of file core_armv8mml.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 264 of file core_cm0.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 275 of file core_cm0plus.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 264 of file core_cm1.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 298 of file core_cm23.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 278 of file core_cm3.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 391 of file core_cm33.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 391 of file core_cm35p.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 337 of file core_cm4.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 352 of file core_cm7.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 270 of file core_sc000.h.
| #define xPSR_N_Pos 31U |
xPSR: N Position
Definition at line 278 of file core_sc300.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 405 of file core_armv81mml.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 404 of file core_armv8mml.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 291 of file core_cm3.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 404 of file core_cm33.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 404 of file core_cm35p.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 350 of file core_cm4.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 365 of file core_cm7.h.
| #define xPSR_Q_Msk (1UL << xPSR_Q_Pos) |
xPSR: Q Mask
Definition at line 291 of file core_sc300.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 404 of file core_armv81mml.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 403 of file core_armv8mml.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 290 of file core_cm3.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 403 of file core_cm33.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 403 of file core_cm35p.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 349 of file core_cm4.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 364 of file core_cm7.h.
| #define xPSR_Q_Pos 27U |
xPSR: Q Position
Definition at line 290 of file core_sc300.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 411 of file core_armv81mml.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 311 of file core_armv8mbl.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 410 of file core_armv8mml.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 277 of file core_cm0.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 288 of file core_cm0plus.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 277 of file core_cm1.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 311 of file core_cm23.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 297 of file core_cm3.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 410 of file core_cm33.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 410 of file core_cm35p.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 356 of file core_cm4.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 371 of file core_cm7.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 283 of file core_sc000.h.
| #define xPSR_T_Msk (1UL << xPSR_T_Pos) |
xPSR: T Mask
Definition at line 297 of file core_sc300.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 410 of file core_armv81mml.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 310 of file core_armv8mbl.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 409 of file core_armv8mml.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 276 of file core_cm0.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 287 of file core_cm0plus.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 276 of file core_cm1.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 310 of file core_cm23.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 296 of file core_cm3.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 409 of file core_cm33.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 409 of file core_cm35p.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 355 of file core_cm4.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 370 of file core_cm7.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 282 of file core_sc000.h.
| #define xPSR_T_Pos 24U |
xPSR: T Position
Definition at line 296 of file core_sc300.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 402 of file core_armv81mml.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 308 of file core_armv8mbl.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 401 of file core_armv8mml.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 274 of file core_cm0.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 285 of file core_cm0plus.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 274 of file core_cm1.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 308 of file core_cm23.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 288 of file core_cm3.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 401 of file core_cm33.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 401 of file core_cm35p.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 347 of file core_cm4.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 362 of file core_cm7.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 280 of file core_sc000.h.
| #define xPSR_V_Msk (1UL << xPSR_V_Pos) |
xPSR: V Mask
Definition at line 288 of file core_sc300.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 401 of file core_armv81mml.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 307 of file core_armv8mbl.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 400 of file core_armv8mml.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 273 of file core_cm0.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 284 of file core_cm0plus.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 273 of file core_cm1.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 307 of file core_cm23.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 287 of file core_cm3.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 400 of file core_cm33.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 400 of file core_cm35p.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 346 of file core_cm4.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 361 of file core_cm7.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 279 of file core_sc000.h.
| #define xPSR_V_Pos 28U |
xPSR: V Position
Definition at line 287 of file core_sc300.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 396 of file core_armv81mml.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 302 of file core_armv8mbl.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 395 of file core_armv8mml.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 268 of file core_cm0.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 279 of file core_cm0plus.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 268 of file core_cm1.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 302 of file core_cm23.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 282 of file core_cm3.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 395 of file core_cm33.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 395 of file core_cm35p.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 341 of file core_cm4.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 356 of file core_cm7.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 274 of file core_sc000.h.
| #define xPSR_Z_Msk (1UL << xPSR_Z_Pos) |
xPSR: Z Mask
Definition at line 282 of file core_sc300.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 395 of file core_armv81mml.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 301 of file core_armv8mbl.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 394 of file core_armv8mml.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 267 of file core_cm0.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 278 of file core_cm0plus.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 267 of file core_cm1.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 301 of file core_cm23.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 281 of file core_cm3.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 394 of file core_cm33.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 394 of file core_cm35p.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 340 of file core_cm4.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 355 of file core_cm7.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 273 of file core_sc000.h.
| #define xPSR_Z_Pos 30U |
xPSR: Z Position
Definition at line 281 of file core_sc300.h.